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

4 lines
75 B
Kotlin
Vendored

fun a() {
val <caret>a = { (a, b // awd
,/**/), c, -> }
}