package h.b.o;

/* JADX INFO: Add missing generic type declarations: [T] */
/* JADX INFO: compiled from: InlineClassDescriptor.kt */
/* JADX INFO: loaded from: classes.dex */
@g.i
public final class d0<T> implements b0<T> {
    public final /* synthetic */ h.b.b<T> a;

    public d0(h.b.b<T> bVar) {
        this.a = bVar;
    }

    @Override // h.b.b, h.b.j, h.b.a
    public h.b.m.e a() {
        throw new IllegalStateException("unsupported".toString());
    }

    @Override // h.b.o.b0
    public h.b.b<?>[] b() {
        return a1.a;
    }

    @Override // h.b.a
    public T c(h.b.n.e eVar) {
        g.h0.c.l.f(eVar, "decoder");
        throw new IllegalStateException("unsupported".toString());
    }

    @Override // h.b.j
    public void d(h.b.n.f fVar, T t) {
        g.h0.c.l.f(fVar, "encoder");
        throw new IllegalStateException("unsupported".toString());
    }

    /* JADX WARN: Multi-variable type inference failed */
    @Override // h.b.o.b0
    public h.b.b<?>[] e() {
        return new h.b.b[]{this.a};
    }
}
