JVM: use precise line bounds when regenerating objects with no SMAPs
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user