FIR: unwrap f/overrides when determining mutability of property reference
#KT-44010 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
0918e73dff
commit
78fa8814c4
+6
@@ -3004,6 +3004,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/property/memberFromTopLevel.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("propertyFromAbstractSuperClass.kt")
|
||||
public void testPropertyFromAbstractSuperClass() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/callableReference/property/propertyFromAbstractSuperClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("protectedVarFromClass.kt")
|
||||
public void testProtectedVarFromClass() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user