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
Uppercase identifiers are highlighted as variables, rather than types, but there's an exception for single-letter uppercase identifiers (mostly because that's a common in type paramters, e.g. T). This leads to issues like this:
We can probably get rid of this hack because the grammar should know about the places where type parameters can occur by now, and still highlight T etc correctly as a result.
The text was updated successfully, but these errors were encountered:
Uppercase identifiers are highlighted as variables, rather than types, but there's an exception for single-letter uppercase identifiers (mostly because that's a common in type paramters, e.g.
T
). This leads to issues like this:We can probably get rid of this hack because the grammar should know about the places where type parameters can occur by now, and still highlight
T
etc correctly as a result.The text was updated successfully, but these errors were encountered: