package h.b.m;

import g.h0.c.b0;
import g.h0.c.l;

/* JADX INFO: compiled from: SerialKinds.kt */
/* JADX INFO: loaded from: classes.dex */
@g.i
public abstract class j {

    /* JADX INFO: compiled from: SerialKinds.kt */
    @g.i
    public static final class a extends j {
        public static final a a = new a();

        public a() {
            super(null);
        }
    }

    /* JADX INFO: compiled from: SerialKinds.kt */
    @g.i
    public static final class b extends j {
        public static final b a = new b();

        public b() {
            super(null);
        }
    }

    public j(g.h0.c.g gVar) {
    }

    public int hashCode() {
        return toString().hashCode();
    }

    public String toString() {
        String strA = ((g.h0.c.e) b0.a(getClass())).a();
        l.c(strA);
        return strA;
    }
}
