annotation class AnnWithArray(val value: Array) interface Result { @AnnWithArray(value = ["foo", "bar"]) val res1: Any }