//ALLOW_AST_ACCESS package test interface Rec> { fun t(): T } interface Super { fun foo(p: Rec<*, *>) = p.t() }