[KLIB] Fix explicitlyExported mode

- Refactor deserialization pipeline
 - Fix K/N test
This commit is contained in:
Roman Artemev
2019-10-11 21:47:52 +03:00
committed by romanart
parent 43e855150c
commit 2cde7f2402
7 changed files with 110 additions and 51 deletions
@@ -18336,6 +18336,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/properties/augmentedAssignmentsAndIncrements.kt");
}
@TestMetadata("sideEffectInTopLevelInitializerMultiModule.kt")
public void ignoreSideEffectInTopLevelInitializerMultiModule() throws Exception {
runTest("compiler/testData/codegen/box/properties/sideEffectInTopLevelInitializerMultiModule.kt");
}
private void runTest(String testDataFilePath) throws Exception {
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
}