Files
kotlin-fork/idea/testData/joinLines/declarationAndAssignment/commentBetween.kt.after
T
2014-12-24 14:19:25 +03:00

4 lines
60 B
Plaintext
Vendored

fun foo() {
val v: Int<caret> // variable v
v = 10
}