Added test checking that initialization order in package part is not violated.

This commit is contained in:
Evgeny Gerashchenko
2014-03-24 21:39:01 +04:00
parent d62bc07437
commit 537c03fb1a
2 changed files with 19 additions and 0 deletions
@@ -4253,6 +4253,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest("compiler/testData/codegen/box/package/incrementProperty.kt");
}
@TestMetadata("initializationOrder.kt")
public void testInitializationOrder() throws Exception {
doTest("compiler/testData/codegen/box/package/initializationOrder.kt");
}
@TestMetadata("invokespecial.kt")
public void testInvokespecial() throws Exception {
doTest("compiler/testData/codegen/box/package/invokespecial.kt");