Skip to content

Commit c68f8b1

Browse files
committed
AMMEND
1 parent a96ad45 commit c68f8b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kotlinx-coroutines-core/wasmJs/src/Promise.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ public fun <T> CoroutineScope.promise(
4343
/**
4444
* Converts this deferred value to the instance of [Promise<JsAny?>].
4545
*/
46-
@Suppress("UNCHECKED_CAST_TO_EXTERNAL_INTERFACE")
4746
public fun <T> Deferred<T>.asPromise(): Promise<JsAny?> {
4847
val promise = Promise<JsAny?> { resolve, reject ->
4948
invokeOnCompletion {

0 commit comments

Comments
 (0)