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