Fix for KT-8928: NoSuchMethodError on private property setter in companion object
#KT-8928 Fixed
This commit is contained in:
+6
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user