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

6 lines
118 B
Kotlin
Vendored

fun foo(n: Int) {
// foo3
val /* foo */ x: String // foo2<caret>
x = /* bar2 */ "" // bar3
/* baz */
}