Move tests that only checks first error to subfolder
[hiphop-php.git] / hphp / hack / test / typecheck / reactive / only_first_error / parse_missing_reactivity3.php
blob05df55bdd82a6fea028f82a008609b6cae0ed94b
1 <?hh // strict
3 class C {
4 <<__AtMostRxAsArgs>>
5 public function f(): void {}