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