Skip to content

Commit 35f082e

Browse files
committed
Update API dump for protected onFailing
1 parent f13cbae commit 35f082e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

binary-compatibility-validator/reference-public-api/kotlinx-coroutines-core.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ public abstract class kotlinx/coroutines/experimental/AbstractCoroutine : kotlin
88
protected fun onCancellation (Ljava/lang/Throwable;)V
99
protected fun onCompleted (Ljava/lang/Object;)V
1010
protected fun onCompletedExceptionally (Ljava/lang/Throwable;)V
11+
protected fun onFailing (Ljava/lang/Throwable;)V
1112
protected fun onStart ()V
1213
public final fun resume (Ljava/lang/Object;)V
1314
public final fun resumeWithException (Ljava/lang/Throwable;)V

0 commit comments

Comments
 (0)