Untyped variadic function types should not be permitted in strict mode
[hiphop-php.git] / hphp / hack / test / typecheck / yield_kv1.php
blob96121b19c3e6d95ebeda7d6f6e8145770efed694
1 <?hh // strict
3 function f(): Generator<string, int, void> {
4 yield 'one' => 1;