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