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

15 lines
300 B
Plaintext

1/1: Building Error1 (Error1.idr)
Error: %inline and %noinline are mutually exclusive
Error1:1:1--2:17
1 | %inline %noinline
2 | foo : Int -> Int
1/1: Building Error2 (Error2.idr)
Error: %noinline and %inline are mutually exclusive
Error2:1:1--2:17
1 | %noinline %inline
2 | foo : Int -> Int