diff --git a/compiler/testData/codegen/bytecodeListing/coroutineFields.kt b/compiler/testData/codegen/bytecodeListing/coroutineFields.kt index 480410d1492..9d0880ec8a0 100644 --- a/compiler/testData/codegen/bytecodeListing/coroutineFields.kt +++ b/compiler/testData/codegen/bytecodeListing/coroutineFields.kt @@ -1,3 +1,4 @@ +// WITH_RUNTIME import kotlin.coroutines.* class Controller { suspend fun suspendHere() = CoroutineIntrinsics.suspendCoroutineOrReturn { x -> diff --git a/compiler/testData/codegen/bytecodeText/constCoroutine.kt b/compiler/testData/codegen/bytecodeText/constCoroutine.kt index dc7940f63c6..82b20708881 100644 --- a/compiler/testData/codegen/bytecodeText/constCoroutine.kt +++ b/compiler/testData/codegen/bytecodeText/constCoroutine.kt @@ -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