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

5 lines
64 B
Kotlin
Vendored

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