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