Use conditionals in sync_functions instead of section blocks
[hiphop-php.git] / hphp / hack / test / nast / expression_tree_function_order.php
blob01b3a718130a982388cc1c5e490f16b5570dd679
1 <?hh
3 function test(): void {
4 ExampleDsl`
5 foo(
6 bar(
7 baz(),
8 qux(),
9 ),
10 qaal(),
11 )`;