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,8 @@
|
||||
public class A {
|
||||
public void aVoid() {
|
||||
int i = 0;
|
||||
|
||||
while(i++ < 10);
|
||||
System.out.println("Done");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user