Files
kotlin-fork/idea/testData/wordSelection/IfCondition/3.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
76 B
Kotlin
Vendored

fun foo() {
<selection> if (!<caret>a) {
bar()
}
</selection>}