c78fd4aaca
#KT-39131 Fixed
10 lines
138 B
Plaintext
Vendored
10 lines
138 B
Plaintext
Vendored
// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas
|
|
// FIX: Add line break
|
|
// DISABLE-ERRORS
|
|
|
|
@Anno(
|
|
[
|
|
1, 2, 3,
|
|
])
|
|
class A
|