Minor. Update tests on coroutines

This commit is contained in:
Denis Zharkov
2016-12-16 13:15:54 +03:00
parent 004ff86bec
commit 01ff975cc0
2 changed files with 3 additions and 1 deletions
@@ -1,3 +1,4 @@
// WITH_RUNTIME
import kotlin.coroutines.*
class Controller {
suspend fun suspendHere() = CoroutineIntrinsics.suspendCoroutineOrReturn<String> { x ->
+2 -1
View File
@@ -21,4 +21,5 @@ fun box(): String {
// 1 GETSTATIC kotlin/Unit.INSTANCE : Lkotlin/Unit;
// 1 GETSTATIC EmptyContinuation.INSTANCE
// 2 GETSTATIC
// 1 GETSTATIC kotlin/coroutines/CoroutineIntrinsics.INSTANCE
// 3 GETSTATIC