Files
kotlin-fork/idea/testData/joinLines/simpleInitWithComments2.kt
T
2014-07-10 15:05:17 +04:00

6 lines
118 B
Kotlin

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