[Codegen][JVM]: Mark line number before invoking intrinsics

Fixes #KT-61768
This commit is contained in:
Xin Wang
2023-11-13 17:29:25 +08:00
committed by Space Team
parent 0898dd1e7f
commit 11749d7c89
5 changed files with 30 additions and 1 deletions
@@ -4606,6 +4606,12 @@ public class IrBytecodeTextTestGenerated extends AbstractIrBytecodeTextTest {
runTest("compiler/testData/codegen/bytecodeText/lineNumbers/inlineLambdaObjectInit.kt");
}
@Test
@TestMetadata("kt61768.kt")
public void testKt61768() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/lineNumbers/kt61768.kt");
}
@Test
@TestMetadata("singleThen.kt")
public void testSingleThen() throws Exception {