fix yield/generator type holes
[hiphop-php.git] / hphp / hack / test / typecheck / lambda / async_lambda2.php.exp
blobc802b3c78f5389877a24229249e6916fe7e99560
1 File "async_lambda2.php", line 13, characters 10-24:
2 Invalid return type (Typing[4110])
3 File "async_lambda2.php", line 12, characters 31-33:
4 Expected `int`
5 File "async_lambda2.php", line 13, characters 10-24:
6 But got `Awaitable<[unresolved]>` (result of an `async` function)
7 File "async_lambda2.php", line 13, characters 10-24:
8 Invalid return type (Typing[4110])
9 File "async_lambda2.php", line 12, characters 31-33:
10 Expected `int`
11 File "async_lambda2.php", line 13, characters 10-24:
12 But got `Awaitable<int>` (result of an `async` function)