Untyped variadic function types should not be permitted in strict mode
[hiphop-php.git] / hphp / hack / test / typecheck / type_param_shadow7_fail.php.exp
blobc94a24b3295f4a3b5da0325d2b37aa718ba6f98c
1 File "type_param_shadow7_fail.php", line 13, characters 26-26:
2 You cannot re-bind the type parameter T (Naming[2041])
3 File "type_param_shadow7_fail.php", line 13, characters 23-23:
4 T is already bound here