37e40267fe
KT-6518 Extend selection not working for expression in if #KT-6521 Fixed #KT-6518 Fixed
5 lines
76 B
Kotlin
Vendored
5 lines
76 B
Kotlin
Vendored
fun foo() {
|
|
<selection> if (!<caret>a) {
|
|
bar()
|
|
}
|
|
</selection>} |