Files
kotlin-fork/idea/testData/intentions/declarations/join/simpleInit.kt
T

4 lines
55 B
Kotlin

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