annotation class AnnWithVararg(vararg val value: String, val s: String) interface Result { @AnnWithVararg("foo", "bar", s = "") val res2: Any }