Added in some missing fields (columns) to watchman_events tables
[hiphop-php.git] / hphp / hack / test / typecheck / inout / bad_inout_decl_variadic.php.exp
blob720c0224fa5de819ad91acf888e5d3e9006df1a3
1 ERROR: File "bad_inout_decl_variadic.php", line 3, characters 15-32:
2 A variadic parameter `...` cannot have a modifier that changes the calling convention, like `inout`. (Parsing[1002])