Files
kotlin-fork/idea/testData/indentationOnNewline/MultideclarationBeforeEq.kt
T
2014-05-16 17:10:03 +04:00

3 lines
37 B
Kotlin
Vendored

fun test() {
val (a, b) <caret>
}