blob: aa57dcfce10f8f73f35414e691330f689ab35392 [file] [log] [blame]
// LANGUAGE_VERSION: 1.2
annotation class Some(val strings: Array<String>)
@Some(strings = [])
class My