[Codegen][JVM]: Mark line number before invoking intrinsics
Fixes #KT-61768
This commit is contained in:
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user