Check for void/noreturn in conditionals
[hiphop-php.git] / hphp / hack / test / typecheck / typing_fail_private_access2.php.exp
blob3a1f700dca770cbbc51f1d651d8d05ba272a1ae4
1 File "typing_fail_private_access2.php", line 18, characters 19-19:
2 Could not find method f in an object of type Bar (Typing[4053])
3 File "typing_fail_private_access2.php", line 18, characters 12-16:
4 This is why I think it is an object of type Bar
5 File "typing_fail_private_access2.php", line 16, characters 7-9:
6 Declaration of Bar is here