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