No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / new_expression_targ_illformed.php
blob897ffde063de67d0d1326f4d762335311e9abd27
1 <?hh // strict
3 class Test<T> {}
5 function test() : void {
6 new Test<Test>(); //bad, missing type arg on inner Test