37e40267fe
KT-6518 Extend selection not working for expression in if #KT-6521 Fixed #KT-6518 Fixed
5 lines
73 B
Kotlin
Vendored
5 lines
73 B
Kotlin
Vendored
fun foo() {
|
|
for (i in <selection>1..<caret>10</selection>) {
|
|
|
|
}
|
|
} |