Files
kotlin-fork/idea/testData/wordSelection/ForRange/2.kt
T
Valentin Kipyatkov 37e40267fe KT-6521 Expand selection works wrong on a call inside for loop's range
KT-6518 Extend selection not working for expression in if

 #KT-6521 Fixed
 #KT-6518 Fixed
2014-12-24 14:17:43 +03:00

5 lines
73 B
Kotlin
Vendored

fun foo() {
for (i in <selection>1..<caret>10</selection>) {
}
}