Stdlib: review and suppress warnings

This commit is contained in:
Ilya Gorbunov
2018-09-08 06:29:50 +03:00
parent 6786b9ece2
commit bf4be12239
9 changed files with 14 additions and 2 deletions
@@ -41,6 +41,7 @@ public suspend inline fun <T> suspendCoroutineOrReturn(crossinline block: (Conti
*/
@SinceKotlin("1.2")
@kotlin.internal.InlineOnly
@Suppress("UNUSED_PARAMETER", "RedundantSuspendModifier")
public suspend inline fun <T> suspendCoroutineUninterceptedOrReturn(crossinline block: (Continuation<T>) -> Any?): T =
throw NotImplementedError("Implementation of suspendCoroutineUninterceptedOrReturn is intrinsic")