Move tests for yield statement into own directory
[hiphop-php.git] / hphp / hack / test / typecheck / yield / yield_return4.php.exp
blobc44160a119209aeeb02aa36150b335736cf141fb
1 File "yield_return4.php", line 6, characters 5-16:
2 You cannot return a value in a generator (a generator is a function that uses yield) (NastCheck[3019])
3 File "yield_return4.php", line 6, characters 12-15:
4 Invalid return type (Typing[4110])
5 File "yield_return4.php", line 3, characters 21-51:
6 Expected AsyncGenerator<?int, int, void>
7 File "yield_return4.php", line 6, characters 12-15:
8 But got string