package G4;

import i3.C0639g;

/* JADX INFO: loaded from: classes.dex */
public final class t implements k3.p {

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public final /* synthetic */ int f865k;

    /* JADX INFO: renamed from: l, reason: collision with root package name */
    public final String f866l;

    public /* synthetic */ t(String str, int i) {
        this.f865k = i;
        this.f866l = str;
    }

    public String toString() {
        switch (this.f865k) {
            case 0:
                return "<" + this.f866l + '>';
            default:
                return super.toString();
        }
    }

    @Override // k3.p
    public Object z() {
        switch (this.f865k) {
            case 1:
                throw new C0639g(this.f866l);
            default:
                throw new C0639g(this.f866l);
        }
    }
}
