Add test for class delegation with private constructor

#KT-16583 Obsolete
This commit is contained in:
Mikhail Zarechenskiy
2017-03-02 14:31:30 +03:00
parent e2dcec62d3
commit d573962259
6 changed files with 60 additions and 2 deletions
@@ -6653,6 +6653,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("delegationWithPrivateConstructor.kt")
public void testDelegationWithPrivateConstructor() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/delegation/delegationWithPrivateConstructor.kt");
doTest(fileName);
}
@TestMetadata("hiddenSuperOverrideIn1.0.kt")
public void testHiddenSuperOverrideIn1_0() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/delegation/hiddenSuperOverrideIn1.0.kt");