Update public API dump after KT-11567 codegen changes came into effect

The only questionable case left is a private companion
in a public interface, which is generated as a public synthetic field
This commit is contained in:
Ilya Gorbunov
2020-01-20 21:29:50 +03:00
parent c0600e6873
commit 15a441141f
2 changed files with 2 additions and 5 deletions
@@ -2744,7 +2744,6 @@ public abstract interface annotation class kotlin/coroutines/RestrictsSuspension
}
public final class kotlin/coroutines/SafeContinuation : kotlin/coroutines/Continuation, kotlin/coroutines/jvm/internal/CoroutineStackFrame {
public static final field Companion Lkotlin/coroutines/SafeContinuation$Companion;
public fun <init> (Lkotlin/coroutines/Continuation;)V
public fun getCallerFrame ()Lkotlin/coroutines/jvm/internal/CoroutineStackFrame;
public fun getContext ()Lkotlin/coroutines/CoroutineContext;