Fix for KT-8928: NoSuchMethodError on private property setter in companion object

#KT-8928 Fixed
This commit is contained in:
Michael Bogdanov
2015-11-03 13:10:48 +03:00
parent 559b85caa8
commit 86f8845c00
3 changed files with 32 additions and 2 deletions
@@ -6742,6 +6742,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("kt8928.kt")
public void testKt8928() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/box/properties/kt8928.kt");
doTest(fileName);
}
@TestMetadata("kt9603.kt")
public void testKt9603() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/box/properties/kt9603.kt");