No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / parent_abstract_call.php.exp
blob83be7e2dc6e58de68d6ffd174fb7d7e9b3a056a8
1 File "parent_abstract_call.php", line 9, characters 20-22:
2 Cannot call `parent::XYZ()`; it is abstract (Typing[4073])
3 File "parent_abstract_call.php", line 4, characters 28-30:
4 Declaration is here