Minor. Add smap test for multifile facade

This commit is contained in:
Mikhail Bogdanov
2020-04-08 07:26:14 +02:00
parent 9334327bbf
commit 1772f20d48
5 changed files with 77 additions and 0 deletions
@@ -3315,6 +3315,11 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
runTest("compiler/testData/codegen/boxInline/smap/kt35006.kt");
}
@TestMetadata("multiFileFacade.kt")
public void testMultiFileFacade() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/multiFileFacade.kt");
}
@TestMetadata("oneFile.kt")
public void testOneFile() throws Exception {
runTest("compiler/testData/codegen/boxInline/smap/oneFile.kt");