No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / new_generic_bad.php.exp
blob4226a40b075dc335d748fdf2f6a0b2ce77d90b2f
1 File "new_generic_bad.php", line 5, characters 12-18:
2 `T` cannot be used with `new` because it does not have the `<<__Newable>>` attribute (Typing[4309])
3 File "new_generic_bad.php", line 5, characters 16-16:
4 Erased generics can only be used in type hints because they do not exist at runtime. (Typing[4124])