package androidx.lifecycle; import d0.w.i.a.d; import d0.w.i.a.e; import kotlin.coroutines.Continuation; /* compiled from: CoroutineLiveData.kt */ @e(c = "androidx.lifecycle.CoroutineLiveData", f = "CoroutineLiveData.kt", l = {234}, m = "clearSource$lifecycle_livedata_ktx_release") public final class CoroutineLiveData$clearSource$1 extends d { public Object L$0; public int label; public /* synthetic */ Object result; public final /* synthetic */ CoroutineLiveData this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public CoroutineLiveData$clearSource$1(CoroutineLiveData coroutineLiveData, Continuation continuation) { super(continuation); this.this$0 = coroutineLiveData; } @Override // d0.w.i.a.a public final Object invokeSuspend(Object obj) { this.result = obj; this.label |= Integer.MIN_VALUE; return this.this$0.clearSource$lifecycle_livedata_ktx_release(this); } }