Closed externl closed 1 year ago
When you compile
module A [a
ensuring there is no ending newline, just [aEOF, the a is missing from the snippet.
[aEOF
a
error [E002]: invalid syntax: expected one of '(' or ']', but found 'EOF' --> foo.slice:3:3 | 3 | [ | /\ | Failed: Compilation failed with 1 error(s)
When you compile
ensuring there is no ending newline, just
[aEOF
, thea
is missing from the snippet.