Purge remaining traces of @AllowSuspendExtensions.

This commit is contained in:
Dmitry Petrov
2016-12-15 17:44:28 +03:00
committed by Stanislav Erokhin
parent 5a353412e4
commit 9fd1ac72a9
12 changed files with 0 additions and 214 deletions
@@ -33,15 +33,6 @@ public interface Continuation<in P> {
public fun resumeWithException(exception: Throwable)
}
/**
* Specifies that suspend extensions with a receiver based on corresponding controller class are allowed to be declared
*/
@SinceKotlin("1.1")
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.BINARY)
public annotation class AllowSuspendExtensions
/**
* This value can be used as a return value of [kotlin.coroutines.maySuspendWithCurrentContinuation] `body` argument to state that
* the execution was suspended and will not return any result immediately.