You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there is an inconsistency in the parsing rules for const names. The declaration allows 1 character names but the rest of the code expects >1 character in the name.
The solution for now is to use multi character names.
I'll look into it in more detail to check if we really want to support 1 character names for consts.
Describe the bug
Error: Cannot parse "X * y" as Expression
To Reproduce
Steps to reproduce the behavior.
Expected behavior
both lines should compile
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: