Untyped variadic function types should not be permitted in strict mode
[hiphop-php.git] / hphp / hack / test / typecheck / method_dispatch_31.php.exp
blob1b8199a9723898a6d7e9fcb313440e1389308ccc
1 File "method_dispatch_31.php", line 25, characters 11-12:
2 Could not find static method f1 in type B (Typing[4090])
3 File "method_dispatch_31.php", line 22, characters 19-20:
4 The closest thing is f1 but it's not a static method
5 File "method_dispatch_31.php", line 21, characters 7-7:
6 Declaration of B is here