Implement full-fidelity parsing and formatting for the coroutine keyword
[hiphop-php.git] / hphp / hack / test / hackfmt / tests / coroutine_lambda1.php
blobfe32e2d522ae01cdec4c71b3c99611e79b11b06d
1 <?hh
3 function f(): (function(int): int) {
4 return coroutine $v ==> 1;