//ALLOW_AST_ACCESS package test annotation class Anno(val s: String) interface T { @Anno("foo") fun foo(): Array>> @Anno("bar") val bar: Array> }