namespace test

public open class test.WrongTypeVariance : java.lang.Object {
    public final /*constructor*/ fun <init>(): test.WrongTypeVariance
    public open fun copy(/*0*/ p0: jet.List<out jet.Number?>?, /*1*/ p1: jet.List<in jet.Number?>?): jet.MutableList<jet.Number?>?
}
