Idris2/tests/idris2/error/perror005/expected
2023-09-07 14:57:22 +01:00

12 lines
163 B
Plaintext

1/1: Building PError (PError.idr)
Error: Expected 'in'.
PError:7:1--7:4
3 |
4 | bar : Int -> Int
5 | bar x = let y = 42
6 |
7 | baz : Int -> Int
^^^