JVM: preserve call site markers when inlining lambdas
and default functions into their own stubs. Fixes #KT-35006
This commit is contained in:
Generated
+10
@@ -2895,6 +2895,11 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes
|
||||
runTest("compiler/testData/codegen/boxInline/smap/defaultFunction.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("defaultFunctionWithInlineCall.kt")
|
||||
public void testDefaultFunctionWithInlineCall() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/defaultFunctionWithInlineCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("interleavedFiles.kt")
|
||||
public void testInterleavedFiles() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/interleavedFiles.kt");
|
||||
@@ -2915,6 +2920,11 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes
|
||||
runTest("compiler/testData/codegen/boxInline/smap/kt23369_3.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt35006.kt")
|
||||
public void testKt35006() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/kt35006.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("oneFile.kt")
|
||||
public void testOneFile() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/oneFile.kt");
|
||||
|
||||
+10
@@ -2895,6 +2895,11 @@ public class JsCodegenInlineTestGenerated extends AbstractJsCodegenInlineTest {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/defaultFunction.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("defaultFunctionWithInlineCall.kt")
|
||||
public void testDefaultFunctionWithInlineCall() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/defaultFunctionWithInlineCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("interleavedFiles.kt")
|
||||
public void testInterleavedFiles() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/interleavedFiles.kt");
|
||||
@@ -2915,6 +2920,11 @@ public class JsCodegenInlineTestGenerated extends AbstractJsCodegenInlineTest {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/kt23369_3.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt35006.kt")
|
||||
public void testKt35006() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/kt35006.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("oneFile.kt")
|
||||
public void testOneFile() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/oneFile.kt");
|
||||
|
||||
Reference in New Issue
Block a user