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

4 lines
61 B
Kotlin

fun foo() {
<caret>var a: String? = "aaa"
a = "bbb"
}