Files
kotlin-fork/idea/testData/inspectionsLocal/trailingComma/indices.kt.after
T
2020-05-27 11:24:09 +00:00

9 lines
142 B
Plaintext
Vendored

// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas
// FIX: Add line break
// DISABLE-ERRORS
fun a() {
g[
1, 2, 3,/**/
]
}