Files
kotlin-fork/idea/testData/intentions/replaceRangeToWithUntil/notMinusOne.kt
T

8 lines
96 B
Kotlin
Vendored

// WITH_RUNTIME
// IS_APPLICABLE: false
fun foo(a: Int) {
for (i in 0..a<caret>) {
}
}