No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / abstract_tconst_not_allowed_duplicate_trait.php.exp
blob956fc12c01d36cbe5171c23b2df1d59703f525ee
1 File "abstract_tconst_not_allowed_duplicate_trait.php", line 9, characters 23-26:
2 Invalid type hint (Typing[4352])
3 File "abstract_tconst_not_allowed_duplicate_trait.php", line 9, characters 26-26:
4 An abstract type constant is not allowed in this position.
5 File "abstract_tconst_not_allowed_duplicate_trait.php", line 5, characters 23-23:
6 `T` is abstract here.