blob: 05b4db95035e1a86a540e32c36250446dc7a3ca6 [file] [log] [blame]
// "Replace with array call" "true"
// LANGUAGE_VERSION: 1.2
annotation class Some(vararg val strings: String)
@Some(strings = <caret>"value")
class My