parser/tests/0044/parser-error.txt

2 lines
212 B
Plaintext
Raw Normal View History

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