Files
kotlin-fork/idea/testData/joinLines/declarationAndAssignment/simpleInit2.kt
T
Valentin Kipyatkov d71c481606 Moved test data
2014-10-02 18:26:06 +04:00

4 lines
55 B
Kotlin
Vendored

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