Add a test for SMAPs with interleaved files

This commit is contained in:
pyos
2020-03-25 13:35:22 +01:00
committed by max-kammerer
parent a3fe9034e2
commit be37e7135a
7 changed files with 90 additions and 0 deletions
@@ -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");