package kotlin.reflect.jvm.internal.impl.utils.addToStdlib;

import defpackage.cr4;
import defpackage.kp6;
import defpackage.qq3;
import defpackage.vx8;
import java.util.concurrent.ConcurrentHashMap;

/* JADX INFO: loaded from: classes3.dex */
@vx8
public final class AddToStdlibKt {

    @kp6
    private static final ConcurrentHashMap<qq3<?>, Object> constantMap = new ConcurrentHashMap<>();

    @kp6
    public static final Void shouldNotBeCalled(@kp6 String str) {
        cr4.g(str, "message");
        throw new IllegalStateException(str.toString());
    }

    public static /* synthetic */ Void shouldNotBeCalled$default(String str, int i, Object obj) {
        if ((i & 1) != 0) {
            str = "should not be called";
        }
        return shouldNotBeCalled(str);
    }
}
