Support is and as
[hiphop-php.git] / hphp / hack / test / decl / namespaces2.php
blob9c5040b0fc07114847c9e87be333f2cf792fd82d
1 <?hh
3 namespace MyFileNamespace;
5 type MyFileNamespaceType = string;
6 class MyClass {}