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