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: kotlinx-coroutines-test/api/kotlinx-coroutines-test.api
-8
Original file line number
Diff line number
Diff line change
@@ -58,10 +58,6 @@ public abstract interface class kotlinx/coroutines/test/TestCoroutineScope : kot
58
58
public abstract fun getTestScheduler ()Lkotlinx/coroutines/test/TestCoroutineScheduler;
59
59
}
60
60
61
-
public final class kotlinx/coroutines/test/TestCoroutineScope$DefaultImpls {
62
-
public static fun getTestScheduler (Lkotlinx/coroutines/test/TestCoroutineScope;)Lkotlinx/coroutines/test/TestCoroutineScheduler;
63
-
}
64
-
65
61
public final class kotlinx/coroutines/test/TestCoroutineScopeKt {
66
62
public static final fun TestCoroutineScope (Lkotlin/coroutines/CoroutineContext;)Lkotlinx/coroutines/test/TestCoroutineScope;
67
63
public static synthetic fun TestCoroutineScope$default (Lkotlin/coroutines/CoroutineContext;ILjava/lang/Object;)Lkotlinx/coroutines/test/TestCoroutineScope;
@@ -92,7 +88,3 @@ public abstract interface class kotlinx/coroutines/test/UncaughtExceptionCaptor
92
88
public abstract fun getUncaughtExceptions ()Ljava/util/List;
93
89
}
94
90
95
-
public final class kotlinx/coroutines/test/UncompletedCoroutinesError : java/lang/AssertionError {
0 commit comments