Move tests for yield statement into own directory
[hiphop-php.git] / hphp / hack / test / typecheck / yield / yield_send5.php.exp
blob48d991536d23dd4e74954aef229e1f9db3699b19
1 File "yield_send5.php", line 7, characters 5-6:
2 Invalid argument (Typing[4110])
3 File "yield_send5.php", line 3, characters 12-14:
4 Expected int
5 File "yield_send5.php", line 6, characters 8-27:
6 But got ?int ($generator->send() can always send a null back to a "yield")