sync the repo
[hiphop-php.git] / hphp / hack / test / typecheck / method_dispatch_31.php.exp
blob8f434666f6035d38c23dc2d219894fd4707402d9
1 ERROR: File "method_dispatch_31.php", line 25, characters 11-12:
2 No static method `f1` in `B` (Typing[4090])
3 File "method_dispatch_31.php", line 22, characters 19-20:
4 Did you mean instance method `f1` instead?
5 File "method_dispatch_31.php", line 21, characters 7-7:
6 Declaration of `B` is here