leo/tests/expectations/parser/inputs/input_public_constant_fail.out
2022-11-12 09:53:29 -08:00

6 lines
293 B
Plaintext

---
namespace: Input
expectation: Fail
outputs:
- "Error [EPAR0370019]: A parameter cannot have multiple modes.\n --> test:4:1\n |\n 4 | public constant a: bool = true;\n | ^^^^^^^^^^^^^^^\n |\n = Consider using either `constant`, `public`, `private`, or none at all."