leo/tests/expectations/parser/functions/const_public_param_fail.out
d0cd 0522c2a08f
Removes unused or deprecated keywords from the grammar. (#2273)
* Remove unused/deprecated symbols

* Remove tokens

* Update parser

* Update tests

* Regen expectations
2023-02-17 19:25:11 -08:00

6 lines
229 B
Plaintext

---
namespace: Parse
expectation: Fail
outputs:
- "Error [EPAR0370005]: expected : -- found 'public'\n --> test:4:30\n |\n 4 | function x(x: u32, const public y: i32) {\n | ^^^^^^"