New inference: improved error message for unresolved type
[hiphop-php.git] / hphp / hack / test / typecheck / asyncgen6.php.exp
blob299d08c0b65eb417c73562dfac7da42630703de2
1 File "asyncgen6.php", line 13, characters 3-11:
2 await can only operate on an Awaitable (Typing[4110])
3 File "asyncgen6.php", line 13, characters 3-11:
4 This is an object of type Awaitable<[unresolved]>
5 File "asyncgen6.php", line 7, characters 21-53:
6 It is incompatible with an object of type AsyncGenerator<int, string, void>