Untyped variadic function types should not be permitted in strict mode
[hiphop-php.git] / hphp / hack / test / typecheck / typing_fail_interface_extend_class.php.exp
bloba63ea031e73d4b03c31a468b65cfd19a68e4ec30
1 File "typing_fail_interface_extend_class.php", line 14, characters 7-7:
2 a class cannot extend an interface (Typing[4115])
3 File "typing_fail_interface_extend_class.php", line 14, characters 17-17:
4 This is an interface