leo/tests/expectations/parser/inputs/input_public_constant_fail.out
2022-07-28 14:14:25 -07:00

6 lines
211 B
Plaintext

---
namespace: Input
expectation: Fail
outputs:
- "Error [EPAR0370020]: A parameter cannot be both public and const.\n --> test:4:1\n |\n 4 | public constant a: bool = true;\n | ^^^^^^^^^^^^^^^"