c78fd4aaca
#KT-39131 Fixed
10 lines
151 B
Plaintext
Vendored
10 lines
151 B
Plaintext
Vendored
// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas
|
|
// FIX: Add line break
|
|
// DISABLE-ERRORS
|
|
|
|
fun a() {
|
|
val (
|
|
a,
|
|
b,
|
|
) = 1 to 2
|
|
} |