Migrate stepping and evaluation tests to the new coroutine API
This commit is contained in:
+2
-2
@@ -2,8 +2,8 @@ package soSuspendableCallInEndOfFun
|
||||
|
||||
import forTests.WaitFinish
|
||||
import forTests.builder
|
||||
import kotlin.coroutines.experimental.Continuation
|
||||
import kotlin.coroutines.experimental.suspendCoroutine
|
||||
import kotlin.coroutines.Continuation
|
||||
import kotlin.coroutines.*
|
||||
|
||||
private fun foo(a: Any) {}
|
||||
|
||||
|
||||
+2
-2
@@ -2,8 +2,8 @@ package soSuspendableCallInEndOfLambda
|
||||
|
||||
import forTests.builder
|
||||
import forTests.WaitFinish
|
||||
import kotlin.coroutines.experimental.Continuation
|
||||
import kotlin.coroutines.experimental.suspendCoroutine
|
||||
import kotlin.coroutines.Continuation
|
||||
import kotlin.coroutines.*
|
||||
|
||||
private fun foo(a: Any) {}
|
||||
|
||||
|
||||
+2
-2
@@ -2,8 +2,8 @@ package soSuspendableCallInFun
|
||||
|
||||
import forTests.builder
|
||||
import forTests.WaitFinish
|
||||
import kotlin.coroutines.experimental.Continuation
|
||||
import kotlin.coroutines.experimental.suspendCoroutine
|
||||
import kotlin.coroutines.Continuation
|
||||
import kotlin.coroutines.*
|
||||
|
||||
private fun foo(a: Any) {}
|
||||
|
||||
|
||||
Vendored
+2
-2
@@ -2,8 +2,8 @@ package soSuspendableCallInFunFromOtherStepping
|
||||
|
||||
import forTests.builder
|
||||
import forTests.WaitFinish
|
||||
import kotlin.coroutines.experimental.Continuation
|
||||
import kotlin.coroutines.experimental.suspendCoroutine
|
||||
import kotlin.coroutines.Continuation
|
||||
import kotlin.coroutines.*
|
||||
|
||||
private fun foo(a: Any) {}
|
||||
|
||||
|
||||
+2
-2
@@ -2,8 +2,8 @@ package soSuspendableCallInLambda
|
||||
|
||||
import forTests.builder
|
||||
import forTests.WaitFinish
|
||||
import kotlin.coroutines.experimental.Continuation
|
||||
import kotlin.coroutines.experimental.suspendCoroutine
|
||||
import kotlin.coroutines.Continuation
|
||||
import kotlin.coroutines.*
|
||||
|
||||
private fun foo(a: Any) {}
|
||||
|
||||
|
||||
+2
-2
@@ -2,8 +2,8 @@ package sofSuspendableCallInFun
|
||||
|
||||
import forTests.builder
|
||||
import forTests.WaitFinish
|
||||
import kotlin.coroutines.experimental.Continuation
|
||||
import kotlin.coroutines.experimental.suspendCoroutine
|
||||
import kotlin.coroutines.Continuation
|
||||
import kotlin.coroutines.*
|
||||
|
||||
private fun foo(a: Any) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user