No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / typedefs_generics_arity3.php
blobda73b78f350b5f18b0d42f1f7d198ae11a785e42
1 <?hh // strict
2 // Copyright 2004-present Facebook. All Rights Reserved.
3 type A<T> = T;
5 type B = A;