Minor. Update tests on coroutines
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
// WITH_RUNTIME
|
||||||
import kotlin.coroutines.*
|
import kotlin.coroutines.*
|
||||||
class Controller {
|
class Controller {
|
||||||
suspend fun suspendHere() = CoroutineIntrinsics.suspendCoroutineOrReturn<String> { x ->
|
suspend fun suspendHere() = CoroutineIntrinsics.suspendCoroutineOrReturn<String> { x ->
|
||||||
|
|||||||
@@ -21,4 +21,5 @@ fun box(): String {
|
|||||||
|
|
||||||
// 1 GETSTATIC kotlin/Unit.INSTANCE : Lkotlin/Unit;
|
// 1 GETSTATIC kotlin/Unit.INSTANCE : Lkotlin/Unit;
|
||||||
// 1 GETSTATIC EmptyContinuation.INSTANCE
|
// 1 GETSTATIC EmptyContinuation.INSTANCE
|
||||||
// 2 GETSTATIC
|
// 1 GETSTATIC kotlin/coroutines/CoroutineIntrinsics.INSTANCE
|
||||||
|
// 3 GETSTATIC
|
||||||
|
|||||||
Reference in New Issue
Block a user