package kotlinx.coroutines;

/* JADX INFO: compiled from: JobSupport.kt */
/* JADX INFO: loaded from: classes.dex */
final class r1 extends y1 {

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    private final h.x.c.l<Throwable, h.r> f1165h;

    /* JADX WARN: Multi-variable type inference failed */
    public r1(h.x.c.l<? super Throwable, h.r> lVar) {
        this.f1165h = lVar;
    }

    @Override // h.x.c.l
    public /* bridge */ /* synthetic */ h.r invoke(Throwable th) {
        q(th);
        return h.r.a;
    }

    @Override // kotlinx.coroutines.d0
    public void q(Throwable th) {
        this.f1165h.invoke(th);
    }
}
