Idris2/tests/idris2/perror023/expected
Ellis Kesterton 9931f35b6b
Improve parser error messages when using reserved identifiers in decls (#2803)
Co-authored-by: Ellis Kesterton <erk4@st-andrews.ac.uk>
2022-12-07 16:09:26 +00:00

10 lines
186 B
Plaintext

1/1: Building ParseError (ParseError.idr)
Error: Cannot begin a declaration with a reserved identifier.
ParseError:3:1--3:7
1 | module ParseError
2 |
3 | String : Type
^^^^^^