Introduce DeferredIsResultInspection #KT-25620 Fixed
This commit is contained in:
@@ -34,7 +34,7 @@ fun <T> CoroutineScope.async(
|
||||
suspend fun <T> withContext(
|
||||
context: CoroutineContext,
|
||||
block: suspend CoroutineScope.() -> T
|
||||
) {
|
||||
): T {
|
||||
TODO()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user