package com.discord.stores; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: StoreExperiments.kt */ public final class StoreExperiments$setOverride$1 extends o implements Function0 { public final /* synthetic */ int $bucket; public final /* synthetic */ String $experimentName; public final /* synthetic */ StoreExperiments this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public StoreExperiments$setOverride$1(StoreExperiments storeExperiments, int i, String str) { super(0); this.this$0 = storeExperiments; this.$bucket = i; this.$experimentName = str; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { Integer num = (Integer) StoreExperiments.access$getExperimentOverrides$p(this.this$0).get(this.$experimentName); if (num == null || num.intValue() != this.$bucket) { StoreExperiments.access$handleSetOverride(this.this$0, this.$experimentName, this.$bucket); } } }