hh_format pipe operator support - optional pretty print wrapping
[hiphop-php.git] / hphp / hack / test / format / pipe_operator_nested_call2.php
blob4af19774c6fedd38074fde9f25c06b08bfb159a3
1 <?hh
2 function piped(): int {
3 $a = Foo::aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa()
4 ->h(f()
5 |> g($$)
6 |> h($$));