JVM_IR: Generate as much LINENUMBER information as possible inside
suspend functions and lambdas. Otherwise, when state-machine builder splits instructions and adds LINENUMBER between states, the information becomes corrupted.
This commit is contained in:
+5
@@ -6880,6 +6880,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/coroutines/debug/debuggerMetadata.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("debuggerMetadata_ir.kt")
|
||||
public void testDebuggerMetadata_ir() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/debug/debuggerMetadata_ir.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("elvisLineNumber.kt")
|
||||
public void testElvisLineNumber() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/debug/elvisLineNumber.kt");
|
||||
|
||||
Reference in New Issue
Block a user