package defpackage;

/* JADX INFO: loaded from: classes2.dex */
class i0 extends k0<Object>.a<Object> {
    public final /* synthetic */ k0 e;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public i0(k0 k0Var) {
        super();
        this.e = k0Var;
    }

    @Override // k0.a
    public final Object a(int i) {
        throw null;
    }
}
