Error on self::class on non final classes
[hiphop-php.git] / hphp / hack / test / typecheck / asyncgen5.php.exp
blob915bf826b726b43f0ce039b160dd29cee9a21f15
1 File "asyncgen5.php", line 8, characters 3-23:
2 Invalid yield (Typing[4110])
3 File "asyncgen5.php", line 7, characters 15-47:
4 Expected AsyncGenerator<int, string, void>
5 File "asyncgen5.php", line 8, characters 3-23:
6 But got Generator<int, string, [unresolved]> (result of function with 'yield' in the body)