namespace test

public open class test.CustomVariance : java.lang.Object {
    public final /*constructor*/ fun <init>(): test.CustomVariance
    public open fun foo(): jet.MutableList<out jet.Number>
}
