mirror of
https://github.com/danog/parser.git
synced 2025-01-08 05:38:22 +01:00
2 lines
212 B
Plaintext
2 lines
212 B
Plaintext
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
|