Fix for KT-3684: IllegalAccess on a private property of the outer class

#KT-3684 Fixed
This commit is contained in:
Mikhael Bogdanov
2013-06-18 10:55:53 +04:00
parent 03a818f732
commit 8ac8798266
3 changed files with 25 additions and 3 deletions
@@ -3168,6 +3168,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest("compiler/testData/codegen/box/objects/kt3238.kt");
}
@TestMetadata("kt3684.kt")
public void testKt3684() throws Exception {
doTest("compiler/testData/codegen/box/objects/kt3684.kt");
}
@TestMetadata("kt535.kt")
public void testKt535() throws Exception {
doTest("compiler/testData/codegen/box/objects/kt535.kt");