c78fd4aaca
#KT-39131 Fixed
8 lines
140 B
Kotlin
Vendored
8 lines
140 B
Kotlin
Vendored
// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas
|
|
// FIX: Add line break
|
|
// DISABLE-ERRORS
|
|
|
|
fun a() {
|
|
val (a,
|
|
b,<caret>) = 1 to 2
|
|
} |