No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / suggest_method_name2.php.exp
blobd26f18f4c0a0253e3040bb92ad5c9b4709913bc8
1 File "suggest_method_name2.php", line 13, characters 36-36:
2 A method must have a body or be marked `abstract`. (Parsing[1002])
3 File "suggest_method_name2.php", line 12, characters 17-17:
4 Unbound name: `Y` (an object type) (Naming[2049])
5 File "suggest_method_name2.php", line 17, characters 6-13:
6 No static method `mymethod` in `X` (Typing[4090])
7 File "suggest_method_name2.php", line 13, characters 26-33:
8 Did you mean `my~~M~~ethod` instead (which only differs by case)?
9 File "suggest_method_name2.php", line 12, characters 7-7:
10 Declaration of `X` is here