leo/tests/expectations/compiler/structs/inline_member_pass.out

6 lines
253 B
Plaintext
Raw Normal View History

2022-06-23 11:38:33 +03:00
---
namespace: Compile
2022-07-08 06:16:37 +03:00
expectation: Fail
2022-06-23 11:38:33 +03:00
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 | ^^^"