mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
Rename SUSPENDED_MARKER to COROUTINE_SUSPENDED
This commit is contained in:
2
compiler/testData/codegen/java8/box/async.kt
vendored
2
compiler/testData/codegen/java8/box/async.kt
vendored
@@ -68,5 +68,5 @@ suspend fun <V> await(f: CompletableFuture<V>) = suspendCoroutineOrReturn<V> { m
|
||||
else
|
||||
machine.resumeWithException(throwable)
|
||||
}
|
||||
SUSPENDED_MARKER
|
||||
COROUTINE_SUSPENDED
|
||||
}
|
||||
|
||||
@@ -65,5 +65,5 @@ suspend fun <V> await(f: CompletableFuture<V>) = suspendCoroutineOrReturn<V> { m
|
||||
else
|
||||
machine.resumeWithException(throwable)
|
||||
}
|
||||
SUSPENDED_MARKER
|
||||
COROUTINE_SUSPENDED
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user