package g5;

import java.util.ArrayList;
import kotlin.jvm.internal.o;

/* JADX INFO: loaded from: classes3.dex */
public final class b extends f {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final ArrayList f16601a;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public b(ArrayList missingFields, String str, b bVar) {
        super(str, bVar);
        o.h(missingFields, "missingFields");
        this.f16601a = missingFields;
    }
}
