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
While _ is a valid identifier, it should not be allowed outside of patterns (e.g., as an expression, in an assignment, in a declaration). If assigned to, it gets a value, although it then still behaves "normally" in the context of a pattern.
Describe the bug
While
_
is a valid identifier, it should not be allowed outside of patterns (e.g., as an expression, in an assignment, in a declaration). If assigned to, it gets a value, although it then still behaves "normally" in the context of a pattern.To Reproduce
The text was updated successfully, but these errors were encountered: