v0.3.1 - First pass on handling all trivia
[hiphop-php.git] / hphp / hack / test / hackfmt / tests / if_elseif_else.php
blob6e20dc3d3e808fb5831f8139bb4bf32c638d4700
1 <?hh
2 if ($var == 0) { overly_long_func($longlongparam1 + $longparam2, another_nested_function_call());
3 } elseif ($boo) { foo(); } else { baz();