Fix deleting of semicolon when it required to mark statement empty
#KT-18142 fixed #KT-18141 fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
public class A {
|
||||
public void aVoid() {
|
||||
for (int i = 0; i < 10; i++);
|
||||
System.out.println("Done");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user