3059a46ca7
+ corrected selection of when #KT-5894 Fixed
6 lines
86 B
Kotlin
6 lines
86 B
Kotlin
fun foo() {
|
|
if (a) <selection>{
|
|
<caret>f()
|
|
g()
|
|
}</selection>
|
|
} |