JVM: use precise line bounds when regenerating objects with no SMAPs

This commit is contained in:
pyos
2020-04-24 13:02:21 +02:00
committed by max-kammerer
parent 7222a732c1
commit c51c537504
5 changed files with 43 additions and 16 deletions
@@ -3452,6 +3452,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
runTest("compiler/testData/codegen/bytecodeText/lineNumbers/inlineCondition2.kt");
}
@TestMetadata("inlineLambdaObjectInit.kt")
public void testInlineLambdaObjectInit() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/lineNumbers/inlineLambdaObjectInit.kt");
}
@TestMetadata("singleThen.kt")
public void testSingleThen() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/lineNumbers/singleThen.kt");