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

5 lines
62 B
Kotlin

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