Add a test for SMAPs with interleaved files
This commit is contained in:
+5
@@ -3255,6 +3255,11 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
|
||||
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