Disallow ... without type in function typehints
[hiphop-php.git] / hphp / hack / test / typecheck / typedefs_generics_arity2.php
blobe11c8120633296ca1069eac3c3288671c35e09ff
1 <?hh // strict
2 // Copyright 2004-present Facebook. All Rights Reserved.
3 class A<T> {
7 type B = A;