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