Skip to content

Commit a2ac1b8

Browse files
woainikkfzhinkin
authored andcommitted
Kotlin 2.3.20: updateKotlinAb
1 parent c74a66a commit a2ac1b8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

kotlinx-coroutines-core/api/kotlinx-coroutines-core.api

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public abstract interface class kotlinx/coroutines/ChildJob : kotlinx/coroutines
100100
}
101101

102102
public final class kotlinx/coroutines/ChildJob$DefaultImpls {
103-
public static synthetic fun cancel (Lkotlinx/coroutines/ChildJob;)V
103+
public static fun cancel (Lkotlinx/coroutines/ChildJob;)V
104104
public static fun fold (Lkotlinx/coroutines/ChildJob;Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
105105
public static fun get (Lkotlinx/coroutines/ChildJob;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext$Element;
106106
public static fun minusKey (Lkotlinx/coroutines/ChildJob;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext;
@@ -114,7 +114,7 @@ public abstract interface class kotlinx/coroutines/CompletableDeferred : kotlinx
114114
}
115115

116116
public final class kotlinx/coroutines/CompletableDeferred$DefaultImpls {
117-
public static synthetic fun cancel (Lkotlinx/coroutines/CompletableDeferred;)V
117+
public static fun cancel (Lkotlinx/coroutines/CompletableDeferred;)V
118118
public static fun fold (Lkotlinx/coroutines/CompletableDeferred;Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
119119
public static fun get (Lkotlinx/coroutines/CompletableDeferred;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext$Element;
120120
public static fun minusKey (Lkotlinx/coroutines/CompletableDeferred;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext;
@@ -136,7 +136,7 @@ public abstract interface class kotlinx/coroutines/CompletableJob : kotlinx/coro
136136
}
137137

138138
public final class kotlinx/coroutines/CompletableJob$DefaultImpls {
139-
public static synthetic fun cancel (Lkotlinx/coroutines/CompletableJob;)V
139+
public static fun cancel (Lkotlinx/coroutines/CompletableJob;)V
140140
public static fun fold (Lkotlinx/coroutines/CompletableJob;Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
141141
public static fun get (Lkotlinx/coroutines/CompletableJob;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext$Element;
142142
public static fun minusKey (Lkotlinx/coroutines/CompletableJob;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext;
@@ -293,7 +293,7 @@ public abstract interface class kotlinx/coroutines/Deferred : kotlinx/coroutines
293293
}
294294

295295
public final class kotlinx/coroutines/Deferred$DefaultImpls {
296-
public static synthetic fun cancel (Lkotlinx/coroutines/Deferred;)V
296+
public static fun cancel (Lkotlinx/coroutines/Deferred;)V
297297
public static fun fold (Lkotlinx/coroutines/Deferred;Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
298298
public static fun get (Lkotlinx/coroutines/Deferred;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext$Element;
299299
public static fun minusKey (Lkotlinx/coroutines/Deferred;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext;
@@ -419,7 +419,7 @@ public abstract interface class kotlinx/coroutines/Job : kotlin/coroutines/Corou
419419
}
420420

421421
public final class kotlinx/coroutines/Job$DefaultImpls {
422-
public static synthetic fun cancel (Lkotlinx/coroutines/Job;)V
422+
public static fun cancel (Lkotlinx/coroutines/Job;)V
423423
public static synthetic fun cancel$default (Lkotlinx/coroutines/Job;Ljava/lang/Throwable;ILjava/lang/Object;)Z
424424
public static synthetic fun cancel$default (Lkotlinx/coroutines/Job;Ljava/util/concurrent/CancellationException;ILjava/lang/Object;)V
425425
public static fun fold (Lkotlinx/coroutines/Job;Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
@@ -562,7 +562,7 @@ public abstract interface class kotlinx/coroutines/ParentJob : kotlinx/coroutine
562562
}
563563

564564
public final class kotlinx/coroutines/ParentJob$DefaultImpls {
565-
public static synthetic fun cancel (Lkotlinx/coroutines/ParentJob;)V
565+
public static fun cancel (Lkotlinx/coroutines/ParentJob;)V
566566
public static fun fold (Lkotlinx/coroutines/ParentJob;Ljava/lang/Object;Lkotlin/jvm/functions/Function2;)Ljava/lang/Object;
567567
public static fun get (Lkotlinx/coroutines/ParentJob;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext$Element;
568568
public static fun minusKey (Lkotlinx/coroutines/ParentJob;Lkotlin/coroutines/CoroutineContext$Key;)Lkotlin/coroutines/CoroutineContext;
@@ -637,7 +637,7 @@ public abstract interface class kotlinx/coroutines/channels/ActorScope : kotlinx
637637
}
638638

639639
public final class kotlinx/coroutines/channels/ActorScope$DefaultImpls {
640-
public static synthetic fun cancel (Lkotlinx/coroutines/channels/ActorScope;)V
640+
public static fun cancel (Lkotlinx/coroutines/channels/ActorScope;)V
641641
public static fun getOnReceiveOrNull (Lkotlinx/coroutines/channels/ActorScope;)Lkotlinx/coroutines/selects/SelectClause1;
642642
public static fun poll (Lkotlinx/coroutines/channels/ActorScope;)Ljava/lang/Object;
643643
public static fun receiveOrNull (Lkotlinx/coroutines/channels/ActorScope;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
@@ -687,7 +687,7 @@ public abstract interface class kotlinx/coroutines/channels/Channel : kotlinx/co
687687
}
688688

689689
public final class kotlinx/coroutines/channels/Channel$DefaultImpls {
690-
public static synthetic fun cancel (Lkotlinx/coroutines/channels/Channel;)V
690+
public static fun cancel (Lkotlinx/coroutines/channels/Channel;)V
691691
public static fun getOnReceiveOrNull (Lkotlinx/coroutines/channels/Channel;)Lkotlinx/coroutines/selects/SelectClause1;
692692
public static fun offer (Lkotlinx/coroutines/channels/Channel;Ljava/lang/Object;)Z
693693
public static fun poll (Lkotlinx/coroutines/channels/Channel;)Ljava/lang/Object;
@@ -710,7 +710,7 @@ public abstract interface class kotlinx/coroutines/channels/ChannelIterator {
710710
}
711711

712712
public final class kotlinx/coroutines/channels/ChannelIterator$DefaultImpls {
713-
public static synthetic fun next (Lkotlinx/coroutines/channels/ChannelIterator;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
713+
public static fun next (Lkotlinx/coroutines/channels/ChannelIterator;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
714714
}
715715

716716
public final class kotlinx/coroutines/channels/ChannelKt {
@@ -899,7 +899,7 @@ public abstract interface class kotlinx/coroutines/channels/ReceiveChannel {
899899
}
900900

901901
public final class kotlinx/coroutines/channels/ReceiveChannel$DefaultImpls {
902-
public static synthetic fun cancel (Lkotlinx/coroutines/channels/ReceiveChannel;)V
902+
public static fun cancel (Lkotlinx/coroutines/channels/ReceiveChannel;)V
903903
public static synthetic fun cancel$default (Lkotlinx/coroutines/channels/ReceiveChannel;Ljava/lang/Throwable;ILjava/lang/Object;)Z
904904
public static synthetic fun cancel$default (Lkotlinx/coroutines/channels/ReceiveChannel;Ljava/util/concurrent/CancellationException;ILjava/lang/Object;)V
905905
public static fun getOnReceiveOrNull (Lkotlinx/coroutines/channels/ReceiveChannel;)Lkotlinx/coroutines/selects/SelectClause1;

0 commit comments

Comments
 (0)