Files
kotlin-fork/idea/testData/intentions/declarations/split/simpleInit2.kt
T

3 lines
41 B
Kotlin

fun foo(n: Int) {
<caret>var x = ""
}