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

5 lines
46 B
Kotlin
Vendored

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