Move tests that only checks first error to subfolder
[hiphop-php.git] / hphp / hack / test / typecheck / reactive / only_first_error / static_rx_if_implements6.php.exp
blobafcf0b650f80ae753ccec209e0f5c1bc0eb5fea0
1 File "static_rx_if_implements6.php", line 16, characters 5-13:
2 Cannot invoke conditionally reactive function in reactive context, because at least one reactivity condition is not met. (Typing[4237])
3 File "static_rx_if_implements6.php", line 16, characters 5-8:
4 Receiver type must be a subtype of `\Rx`, now `\B`.
5 File "static_rx_if_implements6.php", line 7, characters 26-26:
6 This is the function declaration