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

4 lines
58 B
Kotlin

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