parser/tests/0044/parser-error.txt

2 lines
212 B
Plaintext
Raw Normal View History

2022-12-01 13:55:04 +01:00
ExpectedToken(["`const`", "`function`", "an identifier", "a varaible"], Some("fn"), (1, 26)) -> Parse Error: unexpected token `fn`, expecting `const`, `function`, an identifier, or a varaible on line 1 column 26