namespace test

public abstract trait test.AddNullabilitySameGenericType2 : java.lang.Object {
    public abstract trait test.AddNullabilitySameGenericType2.Sub : test.AddNullabilitySameGenericType2.Super {
        public abstract override /*1*/ fun foo(): jet.MutableList<jet.String>
    }
    public abstract trait test.AddNullabilitySameGenericType2.Super : java.lang.Object {
        public abstract fun foo(): jet.MutableList<jet.String>
    }
}
