Error on self::class on non final classes
[hiphop-php.git] / hphp / hack / test / typecheck / asyncgen6.php.exp
blob16d7c2e57c55e96a1f0f6e9b043f287eb8897311
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 Expected Awaitable<[unresolved]>
5 File "asyncgen6.php", line 7, characters 21-53:
6 But got AsyncGenerator<int, string, void>