leo/tests/expectations/parser/functions/public_const_param_fail.out

6 lines
237 B
Plaintext
Raw Normal View History

2022-04-06 20:23:20 +03:00
---
namespace: Parse
expectation: Fail
outputs:
2022-07-20 21:19:00 +03:00
- "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 | ^^^^^^^^^^^^"