Support is and as
[hiphop-php.git] / hphp / hack / test / decl / autoimport_in_namespace.php
blob2eb42790591cb846025983159d02404d8982ab84
1 <?hh
3 namespace {
4 type A = Traversable<int>;
5 type B = \Traversable<int>;
7 namespace NS {
8 type A = Traversable<int>;
9 type B = \Traversable<int>;