// FIR_IDENTICAL // FILE: XYZ.java public interface XYZ { XYZ foo() {} } // FILE: main.kt fun main(xyz: XYZ<*, *, *>) = xyz.foo()