Support is and as
[hiphop-php.git] / hphp / hack / test / decl / namespaces1.php
blob1ace64c83186986d14c09e2747c00c35e858827c
1 <?hh
3 namespace {
4 type MyAnonymousNamespaceType = string;
5 class MyClass {}
8 namespace MyNamespace {
9 type MyNamespaceType = string;
10 class MyClass {}