No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / traversable_foreach3.php.exp
blob27a5cc09dae65c384bee563549bf6cc38294abaa
1 File "traversable_foreach3.php", line 13, characters 12-13:
2 Invalid `foreach` (Typing[4110])
3 File "traversable_foreach3.php", line 13, characters 12-13:
4 Expected `KeyedTraversable<[unresolved], [unresolved]>` because this is used in a `foreach` statement
5 File "traversable_foreach3.php", line 12, characters 15-33:
6 But got `Traversable<string>`