diff --git a/compiler/testData/codegen/bytecodeText/coroutines/debug/localVariableCorrectLabel.kt b/compiler/testData/codegen/bytecodeText/coroutines/debug/localVariableCorrectLabel.kt index ae44d2b3ac6..e7d05f269bf 100644 --- a/compiler/testData/codegen/bytecodeText/coroutines/debug/localVariableCorrectLabel.kt +++ b/compiler/testData/codegen/bytecodeText/coroutines/debug/localVariableCorrectLabel.kt @@ -14,8 +14,8 @@ fun main(args: Array) { @BuilderInference suspend fun SequenceScope.awaitSeq(): Int = 42 -// 1 LOCALVARIABLE a I L19 L.* 3 -// 1 LINENUMBER 8 L19 +// 1 LOCALVARIABLE a I L16 L.* 3 +// 1 LINENUMBER 8 L16 // Adding ignore flags below the test since the test relies on line numbers. // IGNORE_BACKEND: JVM_IR