leo/tests/expectations/compiler/tuple/access_negative_fail.out

6 lines
262 B
Plaintext
Raw Normal View History

2022-07-10 01:02:45 +03:00
---
namespace: Compile
expectation: Fail
outputs:
2022-10-12 08:11:28 +03:00
- "Error [EPAR0370009]: unexpected string: expected 'identifier', found '-'\n --> compiler-test:7:24\n |\n 7 | return (t.0, t.-1); // Index `t.-1` is invalid.\n | ^"