Files
kotlin-fork/idea/testData/wordSelection/IfBody/3.kt
T
Valentin Kipyatkov 3059a46ca7 Fixed KT-5894 Select Woes: no need to select code block + end of line
+ corrected selection of when

 #KT-5894 Fixed
2014-12-18 19:02:17 +03:00

6 lines
86 B
Kotlin
Vendored

fun foo() {
if (a) {
<selection> <caret>f()
</selection> g()
}
}