package s.a; import kotlin.coroutines.CoroutineContext; /* compiled from: ThreadContextElement.kt */ public interface p1 extends CoroutineContext.Element { S C(CoroutineContext coroutineContext); void x(CoroutineContext coroutineContext, S s2); }