InvertIfConditionAction: better comment handling

This commit is contained in:
Tagir Valeev
2018-03-12 15:55:14 +07:00
parent 2218aa62ae
commit adf14b7ded
3 changed files with 37 additions and 12 deletions
@@ -0,0 +1,9 @@
// "Invert 'if' condition" "true"
class A {
void f(){
while (true) {
i<caret>f (true) continue;//comment
System.out.println();
}
}
}