Support is and as
[hiphop-php.git] / hphp / hack / test / decl / namespace_unscoped.php
blob8d8459934b04ce16c6f6c30e2f7b650c96c4d543
1 <?hh // strict
3 namespace NS1;
5 function f(): void {}
7 namespace NS2;
9 function f(): void {}