[KLIB] Correctly restore top level property order during deserialization - Add test - Fix KT-34273

This commit is contained in:
Roman Artemev
2019-10-10 18:11:29 +03:00
committed by romanart
parent aecd08e562
commit 43e855150c
8 changed files with 55 additions and 15 deletions
@@ -18459,6 +18459,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/properties/genericPropertyMultiModule.kt");
}
@TestMetadata("initOrderMultiModule.kt")
public void testInitOrderMultiModule() throws Exception {
runTest("compiler/testData/codegen/box/properties/initOrderMultiModule.kt");
}
@TestMetadata("javaPropertyBoxedGetter.kt")
public void testJavaPropertyBoxedGetter() throws Exception {
runTest("compiler/testData/codegen/box/properties/javaPropertyBoxedGetter.kt");