Disallow ... without type in function typehints
[hiphop-php.git] / hphp / hack / test / typecheck / abstract_implement4.php.exp
blob7e0e2af8d8874295a10d0c79af4956f954a8b2b9
1 File "abstract_implement4.php", line 28, characters 7-12:
2 This class must be declared abstract, or provide an implementation for the abstract method 'foo' (Typing[4047])
3 File "abstract_implement4.php", line 15, characters 19-21:
4 Declaration is here