CoroutineStackFrame: public API dump updated

This commit is contained in:
Roman Elizarov
2018-08-27 09:12:42 +03:00
committed by Ilya Gorbunov
parent a9eb94d822
commit 319c16c885
@@ -2696,11 +2696,14 @@ public final class kotlin/coroutines/EmptyCoroutineContext : java/io/Serializabl
public abstract interface annotation class kotlin/coroutines/RestrictsSuspension : java/lang/annotation/Annotation {
}
public final class kotlin/coroutines/SafeContinuation : kotlin/coroutines/Continuation {
public final class kotlin/coroutines/SafeContinuation : kotlin/coroutines/Continuation, kotlin/coroutines/jvm/internal/CoroutineStackFrame {
public fun <init> (Lkotlin/coroutines/Continuation;)V
public fun getCallerFrame ()Lkotlin/coroutines/jvm/internal/CoroutineStackFrame;
public fun getContext ()Lkotlin/coroutines/CoroutineContext;
public final fun getOrThrow ()Ljava/lang/Object;
public fun getStackTraceElement ()Ljava/lang/StackTraceElement;
public fun resumeWith (Ljava/lang/Object;)V
public fun toString ()Ljava/lang/String;
}
public abstract class kotlin/coroutines/experimental/AbstractCoroutineContextElement : kotlin/coroutines/experimental/CoroutineContext$Element {
@@ -2851,6 +2854,11 @@ public final class kotlin/coroutines/intrinsics/IntrinsicsKt {
public static final fun intercepted (Lkotlin/coroutines/Continuation;)Lkotlin/coroutines/Continuation;
}
public abstract interface class kotlin/coroutines/jvm/internal/CoroutineStackFrame {
public abstract fun getCallerFrame ()Lkotlin/coroutines/jvm/internal/CoroutineStackFrame;
public abstract fun getStackTraceElement ()Ljava/lang/StackTraceElement;
}
public final class kotlin/internal/PlatformImplementationsKt {
public static final fun apiVersionIsAtLeast (III)Z
}