finalize_statement_fail.out
1 Error [EPAR0370005]: expected '&&', '||', '&', '|', '^', '==', '!=', '<', '<=', '>', '>=', '+', '-', '*', '/', '**', '%', '<<', '>>', '(', '[', '{', '.', ';', '::', '?', 'as' -- found 'finalize' 2 --> test_0:1:13 3 | 4 1 | return then finalize; 5 | ^^^^^^^^ 6 Error [EPAR0370005]: expected '&&', '||', '&', '|', '^', '==', '!=', '<', '<=', '>', '>=', '+', '-', '*', '/', '**', '%', '<<', '>>', '(', '[', '{', '.', ';', '::', '?', 'as' -- found 'finalize' 7 --> test_1:1:13 8 | 9 1 | return then finalize(); 10 | ^^^^^^^^ 11 Error [EPAR0370005]: expected '&&', '||', '&', '|', '^', '==', '!=', '<', '<=', '>', '>=', '+', '-', '*', '/', '**', '%', '<<', '>>', '(', '[', '{', '.', ';', '::', '?', 'as' -- found 'finalize' 12 --> test_2:1:13 13 | 14 1 | return then finalize(foo); 15 | ^^^^^^^^ 16 Error [EPAR0370005]: expected '&&', '||', '&', '|', '^', '==', '!=', '<', '<=', '>', '>=', '+', '-', '*', '/', '**', '%', '<<', '>>', '(', '[', '{', '.', ';', '::', '?', 'as' -- found 'finalize' 17 --> test_3:1:13 18 | 19 1 | return then finalize(foo, bar); 20 | ^^^^^^^^