Fix build break after oxidized regen
[hiphop-php.git] / hphp / hack / test / typecheck / reactive / nonrx7.php
blob00071d73b1199ff651e38fc3043e3b63614aa56e
1 <?hh // partial
3 <<__Rx>>
4 async function f(): Awaitable<void> {
5 await <<__NonRx(1)>>async {
6 $a = 1;
7 };