Check for void/noreturn in conditionals
[hiphop-php.git] / hphp / hack / test / typecheck / method_dispatch_28.php.exp
blobd7ae95eb803d4e8ebc9ad7d6e2fd5e1289f78fe8
1 File "method_dispatch_28.php", line 25, characters 8-9:
2 Could not find static method f1 in type A (Typing[4090])
3 File "method_dispatch_28.php", line 17, characters 19-20:
4 The closest thing is f1 but it's not a static method
5 File "method_dispatch_28.php", line 16, characters 7-7:
6 Declaration of A is here