Add a test for SMAPs with interleaved files
This commit is contained in:
Generated
+5
@@ -2870,6 +2870,11 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes
|
||||
runTest("compiler/testData/codegen/boxInline/smap/defaultFunction.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("interleavedFiles.kt")
|
||||
public void testInterleavedFiles() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/interleavedFiles.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt23369.kt")
|
||||
public void testKt23369() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/kt23369.kt");
|
||||
|
||||
+5
@@ -2870,6 +2870,11 @@ public class JsCodegenInlineTestGenerated extends AbstractJsCodegenInlineTest {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/defaultFunction.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("interleavedFiles.kt")
|
||||
public void testInterleavedFiles() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/interleavedFiles.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt23369.kt")
|
||||
public void testKt23369() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/smap/kt23369.kt");
|
||||
|
||||
Reference in New Issue
Block a user