Several XHP autocomplete fixes
[hiphop-php.git] / hphp / hack / test / identify_symbol / undefined_symbol.php
blob399dce811571efd77538a5300fb233f78f635f06
1 <?hh // strict
3 function test() {
4 // we know the type, position and name of this symbol, but we won't know
5 // where it's definition is
6 undefined_function();