Move tests that only checks first error to subfolder
[hiphop-php.git] / hphp / hack / test / typecheck / reactive / conditional_reactivity1.php.like_types.exp
blob15c24ee7cb0adaf0d34f944b44effcf24b80cad3
1 File "conditional_reactivity1.php", line 22, characters 48-65:
2 Reactive functions can only call other reactive functions. (Typing[4200])
3 File "conditional_reactivity1.php", line 17, characters 23-57:
4 This function is non-reactive.
5 File "conditional_reactivity1.php", line 20, characters 8-103:
6 Cannot invoke conditionally reactive function in reactive context, because at least one reactivity condition is not met. (Typing[4237])
7 File "conditional_reactivity1.php", line 16, characters 3-24:
8 Argument type must be a subtype of `\HH\Rx\KeyedTraversable<_, _>`, now `~\HH\KeyedContainer<Tk, Tv>`.
9 File "conditional_reactivity1.php", line 3, characters 10-21:
10 This is the function declaration