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$getUserExperiment$experiment$1 extends o implements Function0 { public final /* synthetic */ int $bucket; public final /* synthetic */ String $name; public final /* synthetic */ int $population; public final /* synthetic */ int $revision; public final /* synthetic */ StoreExperiments this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public StoreExperiments$getUserExperiment$experiment$1(StoreExperiments storeExperiments, String str, int i, int i2, int i3) { super(0); this.this$0 = storeExperiments; this.$name = str; this.$bucket = i; this.$population = i2; this.$revision = i3; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { StoreExperiments.access$trackExposureToUserExperiment(this.this$0, this.$name, this.$bucket, this.$population, this.$revision); } }