No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / type_param_shadow3_fail.php.exp
blobbb3cebf91c1111f5e6cba6b2d3caf5371013d8f2
1 File "type_param_shadow3_fail.php", line 13, characters 31-31:
2 You cannot re-bind the type parameter `T` (Naming[2041])
3 File "type_param_shadow3_fail.php", line 12, characters 20-20:
4 `T` is already bound here