blob: 7c6307891c9c02a600cc019d356594ff3ea91144 [file] [log] [blame]
annotation class AnnWithArray(val value: Array<String>)
interface Result {
@AnnWithArray(<caret>["foo", "bar"])
val res1: Any
}