Migrate stepping and evaluation tests to the new coroutine API

This commit is contained in:
Ilya Gorbunov
2018-07-11 04:42:17 +03:00
parent bbee18b84d
commit d57e1bb68b
7 changed files with 18 additions and 18 deletions
@@ -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,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,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) {}
@@ -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,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,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) {}