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