Improve error reporting APIs for full-fidelity parser.
[hiphop-php.git] / hphp / hack / test / format / pipe_operator_nested_call2.php.exp
blobb528529c874ec56a7e1ce49378953e3a9a316eb1
1 <?hh
2 function piped(): int {
3 $a =
4 Foo::aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa()
5 ->h(
6 f()
7 |> g($$)
8 |> h($$),
9 );