"Invert if" - handling some more cases
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun foo() {
|
||||
for (i in 1..10)
|
||||
<caret>if (i > 1) bar()
|
||||
}
|
||||
|
||||
fun bar(){}
|
||||
Reference in New Issue
Block a user