Files
kotlin-fork/idea/testData/codeInsight/surroundWith/if/emptyLine.kt
T
2015-04-14 10:41:40 +03:00

5 lines
46 B
Kotlin
Vendored

fun foo() {
val a = ""
<caret>
a
}