package s.a; import d0.z.d.o; import kotlin.coroutines.CoroutineContext; import kotlin.jvm.functions.Function1; /* compiled from: Executors.kt */ public final class s0 extends o implements Function1 { public static final s0 i = new s0(); public s0() { super(1); } /* 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 public t0 invoke(CoroutineContext.Element element) { CoroutineContext.Element element2 = element; if (!(element2 instanceof t0)) { element2 = null; } return (t0) element2; } }