Add Intention to replace a..b-1 with a until b and vice versa #KT-13483 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
d9358d44e7
commit
354d047533
@@ -0,0 +1,8 @@
|
||||
// WITH_RUNTIME
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
fun foo(a: Int) {
|
||||
for (i in 0..a + 1<caret>) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user