c78fd4aaca
#KT-39131 Fixed
9 lines
142 B
Plaintext
Vendored
9 lines
142 B
Plaintext
Vendored
// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas
|
|
// FIX: Add line break
|
|
// DISABLE-ERRORS
|
|
|
|
fun a() {
|
|
g[
|
|
1, 2, 3,/**/
|
|
]
|
|
} |