leo/tests/expectations/compiler/structs/inline_member_pass.out
2023-04-12 12:38:44 -07:00

6 lines
253 B
Plaintext

---
namespace: Compile
expectation: Fail
outputs:
- "Error [EPAR0370009]: unexpected string: expected 'identifier', found 'let'\n --> compiler-test:8:19\n |\n 8 | function main(let x: u8, y: bool) -> bool {\n | ^^^"