No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / inst_meth8.php.exp
blob72fd4e13c3f93e0c472136f09c4c2b63b7b748f7
1 File "inst_meth8.php", line 19, characters 22-25:
2 No instance method `f1` in `A` (Typing[4053])
3 File "inst_meth8.php", line 13, characters 26-27:
4 Did you mean static method `f1` instead?
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