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