Fix build break after oxidized regen
[hiphop-php.git] / hphp / hack / test / typecheck / reactive / mutable_as_hint1.php
blobb297652f7863810e09a3ae843e62cc4bf6cfce57
1 <?hh // partial
3 class A {}
5 // ERROR
6 <<__Rx>>
7 function f(Mutable<a> $a): void {