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
Colon rule is not triggered if assignment operator is used in declaration statement and that assignment operator is badly formatted, e.g. no spaces around =.
// This triggers colon rule
letx:Int=0letx2:Int=0
// This does not trigger colon rule
lety:Int=0lety2:Int=0
The text was updated successfully, but these errors were encountered:
Colon rule is not triggered if assignment operator is used in declaration statement and that assignment operator is badly formatted, e.g. no spaces around
=
.The text was updated successfully, but these errors were encountered: