No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / yield_method.php.exp
blob40d8498ec5c33ea06f5734460f4531b49b9766a7
1 File "yield_method.php", line 5, characters 24-26:
2 Invalid return type (Typing[4110])
3 File "yield_method.php", line 5, characters 24-26:
4 Expected `int`
5 File "yield_method.php", line 5, characters 24-26:
6 But got `Generator<[unresolved], [unresolved], [unresolved]>` (result of function containing a `yield`)