JS: disable mangling for PublishedApi. Export declarations marked with PublishedApi. See KT-15442

This commit is contained in:
Alexey Andreev
2016-12-27 14:23:04 +03:00
parent ed7ac7cea9
commit 27c2a4f6a8
12 changed files with 120 additions and 7 deletions
@@ -11899,6 +11899,12 @@ public class LightAnalysisModeCodegenTestGenerated extends AbstractLightAnalysis
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/publishedApi/simple.kt");
doTest(fileName);
}
@TestMetadata("topLevel.kt")
public void testTopLevel() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/publishedApi/topLevel.kt");
doTest(fileName);
}
}
@TestMetadata("compiler/testData/codegen/box/ranges")