leo/tests/expectations/parser/functions/const_public_param_fail.out
2022-07-28 14:14:25 -07:00

6 lines
249 B
Plaintext

---
namespace: Parse
expectation: Fail
outputs:
- "Error [EPAR0370009]: unexpected string: expected 'identifier', found 'public'\n --> test:3:26\n |\n 3 | function x(x: u32, const public y: i32) {\n | ^^^^^^"