Move coroutine-related runtime parts to kotlin.coroutines.experimental package
#KT-15975 Fixed
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package test
|
||||
import kotlin.coroutines.*
|
||||
import kotlin.coroutines.experimental.*
|
||||
|
||||
data class Modifiers(val x: Int) {
|
||||
external fun extFun()
|
||||
|
||||
@@ -139,8 +139,10 @@ PsiJetFileStubImpl[package=test]
|
||||
USER_TYPE
|
||||
USER_TYPE
|
||||
USER_TYPE
|
||||
REFERENCE_EXPRESSION[referencedName=kotlin]
|
||||
REFERENCE_EXPRESSION[referencedName=coroutines]
|
||||
USER_TYPE
|
||||
REFERENCE_EXPRESSION[referencedName=kotlin]
|
||||
REFERENCE_EXPRESSION[referencedName=coroutines]
|
||||
REFERENCE_EXPRESSION[referencedName=experimental]
|
||||
REFERENCE_EXPRESSION[referencedName=Continuation]
|
||||
TYPE_ARGUMENT_LIST
|
||||
TYPE_PROJECTION[projectionKind=NONE]
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
<node text="Retention (kotlin.annotation)"/>
|
||||
<node text="Repeatable (kotlin.annotation)"/>
|
||||
<node text="MustBeDocumented (kotlin.annotation)"/>
|
||||
<node text="RestrictsSuspension (kotlin.coroutines)"/>
|
||||
<node text="RestrictsSuspension (kotlin.coroutines.experimental)"/>
|
||||
<node text="ExtensionFunctionType (kotlin)"/>
|
||||
<node text="Metadata (kotlin)"/>
|
||||
<node text="DslMarker (kotlin)"/>
|
||||
|
||||
Reference in New Issue
Block a user