Several XHP autocomplete fixes
[hiphop-php.git] / hphp / hack / test / identify_symbol / instanceof.php
blob4d2439a010d98ac0a2de837c55ec0df687890088
1 <?hh
3 class Foo {}
5 function test(mixed $x) {
6 if ($x instanceof Foo) {