Error on self::class on non final classes
[hiphop-php.git] / hphp / hack / test / typecheck / yield_kv2.php
blobf014ba5292b97bc1aedc395b03ae6e18f63de39b
1 <?hh // strict
3 function f(): Generator<int, int, void> {
4 yield 'one' => 1;