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
Hi there. There is a problem with auto-formatting on save. I have a for loop over items of an ArrayList and sometimes, when I try to save a file with it, the formatter adds this 0.. iterator. The code then fails to compile as it's an invalid syntax.
I may add the whole file, if needed
The text was updated successfully, but these errors were encountered:
Hi there. There is a problem with auto-formatting on save. I have a

for
loop over items of anArrayList
and sometimes, when I try to save a file with it, the formatter adds this0..
iterator. The code then fails to compile as it's an invalid syntax.I may add the whole file, if needed
The text was updated successfully, but these errors were encountered: