Files
kotlin-fork/idea/testData/codeInsight/surroundWith/ifElse/moveDeclarationsOutVal.kt
T
2013-02-21 15:30:26 +04:00

4 lines
64 B
Kotlin
Vendored

fun foo() {
<caret>val a: String? = "aaa"
a.toString()
}