Use the line splitting solution from the original source for splits outside of the...
[hiphop-php.git] / hphp / hack / test / hackfmt / tests / at_char_inside_lambda.php
blobb20cdb432795747c1ca7ea9649b2b81393b76e58
1 <?hh
3 Vec\map($foo, $x ==> {
4 bar($x);
5 baz($x);
6 });