Files
kotlin-fork/idea/testData/joinLines/removeTrailingComma/destructuringDeclarations.kt
T

4 lines
47 B
Kotlin
Vendored

fun a() {
val (a,<caret>
b,) = 1 to 2
}