Untyped variadic function types should not be permitted in strict mode
[hiphop-php.git] / hphp / hack / test / typecheck / instanceof_generic_bad2.php
blob41cd5c61b49bcc8fde7e11eb224f8d5c6bde9b00
1 <?hh
3 class T<T> {
4 public function f($a): bool {
5 return $a instanceof T;