package com.google.firebase.sessions.api; import kotlin.Metadata; import kotlin.coroutines.Continuation; import kotlin.coroutines.jvm.internal.ContinuationImpl; import kotlin.coroutines.jvm.internal.DebugMetadata; import kotlin.jvm.internal.IntCompanionObject; @Metadata(k = 3, mv = {1, 7, 1}, xi = 48) @DebugMetadata(c = "com.google.firebase.sessions.api.FirebaseSessionsDependencies", f = "FirebaseSessionsDependencies.kt", i = {0, 0, 0}, l = {123}, m = "getRegisteredSubscribers$com_google_firebase_firebase_sessions", n = {"destination$iv$iv", "subscriberName", "$this$withLock_u24default$iv"}, s = {"L$0", "L$2", "L$3"}) /* loaded from: classes3.dex */ public final class FirebaseSessionsDependencies$getRegisteredSubscribers$1 extends ContinuationImpl { Object L$0; Object L$1; Object L$2; Object L$3; Object L$4; Object L$5; int label; /* synthetic */ Object result; final /* synthetic */ FirebaseSessionsDependencies this$0; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public FirebaseSessionsDependencies$getRegisteredSubscribers$1(FirebaseSessionsDependencies firebaseSessionsDependencies, Continuation continuation) { super(continuation); this.this$0 = firebaseSessionsDependencies; } @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl public final Object invokeSuspend(Object obj) { this.result = obj; this.label |= IntCompanionObject.MIN_VALUE; return this.this$0.getRegisteredSubscribers$com_google_firebase_firebase_sessions(this); } }