Enforce modularity boundaries for classes
[hiphop-php.git] / hphp / test / slow / php7_backported / ns_093.php
blobaccc5369112bc7dfc727b8de938146adf319cca5
1 <?hh
3 // should not throw syntax errors
5 use Foo\Bar \{ A };
7 use Foo\Bar\ { B };
9 use Foo\Bar
14 use Foo\Bar\
18 <<__EntryPoint>>
19 function entrypoint_ns_093(): void {
21 echo "\nDone\n";