2021-08-03 07:33:18 +00:00
|
|
|
package i0;
|
2021-07-24 02:37:17 +00:00
|
|
|
|
|
|
|
import d0.z.d.o;
|
|
|
|
import kotlin.Unit;
|
|
|
|
import kotlin.jvm.functions.Function1;
|
2021-08-03 07:33:18 +00:00
|
|
|
/* compiled from: KotlinExtensions.kt */
|
|
|
|
public final class l extends o implements Function1<Throwable, Unit> {
|
|
|
|
public final /* synthetic */ d $this_await$inlined;
|
2021-07-24 02:37:17 +00:00
|
|
|
|
|
|
|
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
|
2021-08-03 07:33:18 +00:00
|
|
|
public l(d dVar) {
|
2021-07-24 02:37:17 +00:00
|
|
|
super(1);
|
2021-08-03 07:33:18 +00:00
|
|
|
this.$this_await$inlined = dVar;
|
2021-07-24 02:37:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Return type fixed from 'java.lang.Object' to match base method */
|
|
|
|
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
|
|
|
|
@Override // kotlin.jvm.functions.Function1
|
2021-08-03 07:33:18 +00:00
|
|
|
public Unit invoke(Throwable th) {
|
|
|
|
this.$this_await$inlined.cancel();
|
2021-07-24 02:37:17 +00:00
|
|
|
return Unit.a;
|
|
|
|
}
|
|
|
|
}
|