Fix bug with identify symbol for static property declarations
[hiphop-php.git] / hphp / hack / test / identify_symbol / namespace_use.php
blob162f20a2391cd245d867c218510ddd497a382457
1 <?hh //strict
3 // TODO(t11082787): identify namespace use statements
4 namespace N1 {
5 function test() : void{
9 use N1\test;