FIR: Fix VerifyError caused by private delegates
^KT-45048 Fixed
This commit is contained in:
+6
@@ -12674,6 +12674,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/kt9712.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("privateInSubClass.kt")
|
||||
public void testPrivateInSubClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/privateInSubClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("privateSetterKPropertyIsNotMutable.kt")
|
||||
public void testPrivateSetterKPropertyIsNotMutable() throws Exception {
|
||||
|
||||
+6
@@ -12674,6 +12674,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/kt9712.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("privateInSubClass.kt")
|
||||
public void testPrivateInSubClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/delegatedProperty/privateInSubClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("privateSetterKPropertyIsNotMutable.kt")
|
||||
public void testPrivateSetterKPropertyIsNotMutable() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user