Disallow ... without type in function typehints
[hiphop-php.git] / hphp / hack / test / typecheck / asyncgen10.php
blob4b37ecee4466f5bc3c589302ab2a72af86d630a8
1 <?hh // partial
3 async function f(): AsyncGenerator<string, string, void> {
4 yield 1 => 'two';