Introduce DeferredIsResultInspection #KT-25620 Fixed

This commit is contained in:
Mikhail Glukhikh
2018-11-23 18:09:25 +03:00
parent f4aad70b36
commit ca87e53f04
20 changed files with 440 additions and 161 deletions
@@ -34,7 +34,7 @@ fun <T> CoroutineScope.async(
suspend fun <T> withContext(
context: CoroutineContext,
block: suspend CoroutineScope.() -> T
) {
): T {
TODO()
}