No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / method_dispatch_08.php.exp
blobb8531ea1543faf5e829bf8a1167ffa272080ad22
1 File "method_dispatch_08.php", line 26, characters 9-10:
2 No instance method `f2` in `A` (Typing[4053])
3 File "method_dispatch_08.php", line 18, characters 26-27:
4 Did you mean static method `f2` instead?
5 File "method_dispatch_08.php", line 25, characters 32-32:
6 This is why I think it is an object of type A
7 File "method_dispatch_08.php", line 16, characters 7-7:
8 Declaration of `A` is here