package kotlin.coroutines; /* compiled from: Continuation.kt */ public interface Continuation { CoroutineContext getContext(); void resumeWith(Object obj); }