Implement full-fidelity parsing and formatting for the coroutine keyword
[hiphop-php.git] / hphp / hack / test / hackfmt / tests / async_coroutine_function1.php
blob0937d8bfa0d5ae00a11df32d98640cd69b96ea34
1 <?hh
3 // Not a supported feature, but it should be parsable.
5 async coroutine function test(): void {}