No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / typing_fail_abstract4.php.exp
blob027f16c1ad061b42e5891dd2619375931ca1b4c7
1 File "typing_fail_abstract4.php", line 15, characters 12-12:
2 Methods need to be marked public, private, or protected. (Naming[2086])
3 File "typing_fail_abstract4.php", line 15, characters 12-12:
4 This method is declared as abstract, but has a body (NastCheck[3002])
5 File "typing_fail_abstract4.php", line 15, characters 12-12:
6 This method shouldn't have a body (NastCheck[3001])