Check for void/noreturn in conditionals
[hiphop-php.git] / hphp / hack / test / typecheck / inst_meth8.php.exp
blob90e67529e36ef883f2133ee2ae67a6c017db6916
1 File "inst_meth8.php", line 19, characters 22-25:
2 Could not find method f1 in an object of type A (Typing[4053])
3 File "inst_meth8.php", line 13, characters 26-27:
4 The closest thing is f1 but it's a static method
5 File "inst_meth8.php", line 18, characters 14-14:
6 This is why I think it is an object of type A
7 File "inst_meth8.php", line 12, characters 7-7:
8 Declaration of A is here