package kotlinx.coroutines.channels;

import kotlin.Metadata;
import kotlin.jvm.internal.Lambda;

/* JADX INFO: loaded from: classes.dex */
@Metadata(d1 = {"\u0000\u000e\n\u0002\u0010\u0003\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0003\u0010\u0005\u001a\u00020\u00022\b\u0010\u0001\u001a\u0004\u0018\u00010\u0000H\n¢\u0006\u0004\b\u0003\u0010\u0004"}, d2 = {"", "it", "Lkd/e;", "invoke", "(Ljava/lang/Throwable;)V", "<anonymous>"}, k = 3, mv = {1, 9, 0})
final class ProduceKt$awaitClose$4$1 extends Lambda implements sd.l {
    final /* synthetic */ kotlinx.coroutines.g $cont;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public ProduceKt$awaitClose$4$1(kotlinx.coroutines.h hVar) {
        super(1);
        this.$cont = hVar;
    }

    @Override // sd.l
    public final Object invoke(Object obj) {
        kotlinx.coroutines.g gVar = this.$cont;
        kd.e eVar = kd.e.f29109a;
        gVar.resumeWith(eVar);
        return eVar;
    }
}
