c032a02373
#KT-20588 Fixed #KT-20589 Fixed
9 lines
230 B
Plaintext
Vendored
9 lines
230 B
Plaintext
Vendored
// "Replace with array call" "true"
|
|
// COMPILER_ARGUMENTS: -XXLanguage:+ProhibitAssigningSingleElementsToVarargsInNamedForm
|
|
// DISABLE-ERRORS
|
|
|
|
annotation class Some(vararg val strings: String)
|
|
|
|
@Some(strings = ["value"])
|
|
class My
|