No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / trait_use_precedence_hack.php.exp
blob0228db4d4a496182afef29a62e7a6afb5538ae48
1 File "trait_use_precedence_hack.php", line 15, characters 17-24:
2 insteadof is a PHP feature that is unsupported in Hack (Naming[2103])
3 File "trait_use_precedence_hack.php", line 20, characters 32-44:
4 No instance method `genHelloTrait` in `HelloClass` (Typing[4053])
5 File "trait_use_precedence_hack.php", line 19, characters 25-32:
6 Did you mean `genHello` instead?
7 File "trait_use_precedence_hack.php", line 13, characters 7-16:
8 This is why I think it is an object of type HelloClass
9 File "trait_use_precedence_hack.php", line 13, characters 7-16:
10 Declaration of `HelloClass` is here