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