/ tests / expectations / compiler / field / no_space_between_literal.out
no_space_between_literal.out
1  Error [EPAR0370005]: expected '&&', '||', '&', '|', '^', '==', '!=', '<', '<=', '>', '>=', '+', '-', '*', '/', '**', '%', '<<', '>>', '[', '.', ';', '?', 'as' -- found 'field'
2      --> compiler-test:4:17
3       |
4     4 |       let f = 1 field;
5       |                 ^^^^^