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
When a variable that has been resolved to Never is access, it will be coloured as a type (SemanticTokenTypes.type). But this only happens if the variable type is inferred instead of explicitly annotated.
When a variable that has been resolved to
Never
is access, it will be coloured as a type (SemanticTokenTypes.type
). But this only happens if the variable type is inferred instead of explicitly annotated.Inferred type:
Explicit type:
Code snippet:
The text was updated successfully, but these errors were encountered: