Untyped variadic function types should not be permitted in strict mode
[hiphop-php.git] / hphp / hack / test / typecheck / abstract_implement6.php.exp
blob8477eb5972a3381d09f6cec367778a8466d4f605
1 File "abstract_implement6.php", line 23, characters 7-12:
2 This class must be declared abstract, or provide an implementation for the abstract method 'foo' (Typing[4047])
3 File "abstract_implement6.php", line 15, characters 19-21:
4 Declaration is here