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
If you have more than one trailing semicolon on a single line, autocorrect does not correct all instances, only the final one (issue observed on latest master).
Example:
print("Test");;
swift autocorrect
Gives:
print("Test");
The text was updated successfully, but these errors were encountered:
If you have more than one trailing semicolon on a single line, autocorrect does not correct all instances, only the final one (issue observed on latest master).
Example:
swift autocorrect
Gives:
The text was updated successfully, but these errors were encountered: