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

6 lines
237 B
Plaintext

---
namespace: Parse
expectation: Fail
outputs:
- "Error [EPAR0370020]: A parameter cannot be both public and const.\n --> test:3:20\n |\n 3 | function x(x: u32, public const y: i32) {\n | ^^^^^^^^^^^^"