You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: binary-compatibility-validator/reference-public-api/kotlinx-coroutines-debug.txt
-5
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,9 @@
1
1
public final class kotlinx/coroutines/debug/CoroutineInfo {
2
-
public final fun component1 ()Lkotlin/coroutines/CoroutineContext;
3
2
public final fun copy ()Lkotlinx/coroutines/debug/CoroutineInfo;
4
-
public final fun copy (Lkotlin/coroutines/CoroutineContext;Lkotlin/coroutines/jvm/internal/CoroutineStackFrame;J)Lkotlinx/coroutines/debug/CoroutineInfo;
5
-
public static synthetic fun copy$default (Lkotlinx/coroutines/debug/CoroutineInfo;Lkotlin/coroutines/CoroutineContext;Lkotlin/coroutines/jvm/internal/CoroutineStackFrame;JILjava/lang/Object;)Lkotlinx/coroutines/debug/CoroutineInfo;
6
-
public fun equals (Ljava/lang/Object;)Z
7
3
public final fun getContext ()Lkotlin/coroutines/CoroutineContext;
8
4
public final fun getCreationStackTrace ()Ljava/util/List;
9
5
public final fun getJob ()Lkotlinx/coroutines/Job;
10
6
public final fun getState ()Lkotlinx/coroutines/debug/State;
11
-
public fun hashCode ()I
12
7
public final fun lastObservedStackTrace ()Ljava/util/List;
0 commit comments