Move tests that only checks first error to subfolder
[hiphop-php.git] / hphp / hack / test / typecheck / reactive / only_first_error / ref_if_rx_enabled1.php
bloba78adc07109c90e7b427facd7cb6e0d5d8f320d0
1 <?hh // partial
3 function g(int &$x): void {
6 <<__Rx>>
7 function f(int $x): void {
8 if (\HH\Rx\IS_ENABLED) {
9 } else {
10 g(&$x);