leo/tests/expectations/compiler/tuple/access_negative_fail.out
2022-08-01 14:14:39 -07:00

6 lines
254 B
Plaintext

---
namespace: Compile
expectation: Fail
outputs:
- "Error [EPAR0370009]: unexpected string: expected 'identifier', found '-'\n --> compiler-test:6:20\n |\n 6 | return (t.0, t.-1); // Index `t.-1` is invalid.\n | ^"