JVM: map synthetic line numbers through the SMAP
This is necessary so that IDEA does not ignore the line number.
This commit is contained in:
@@ -3467,16 +3467,6 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
runTest("compiler/testData/codegen/bytecodeText/lineNumbers/singleThen.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("stdlibInlineOnly.kt")
|
||||
public void testStdlibInlineOnly() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/lineNumbers/stdlibInlineOnly.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("stdlibInlineOnlyOneLine.kt")
|
||||
public void testStdlibInlineOnlyOneLine() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/lineNumbers/stdlibInlineOnlyOneLine.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("tryCatch.kt")
|
||||
public void testTryCatch() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/lineNumbers/tryCatch.kt");
|
||||
|
||||
Reference in New Issue
Block a user