blob: 7860cdf06f9fa233b2cb75064d79b82fdc12e317 [file]
// "Replace with array call" "true"
// COMPILER_ARGUMENTS: -XXLanguage:+ProhibitAssigningSingleElementsToVarargsInNamedForm
// DISABLE-ERRORS
annotation class Some(vararg val strings: String)
@Some(strings = ["value"])
class My