[FIR] Fix access to fields from super class
^KT-49654 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
e7c9d76163
commit
2aa027639c
+6
@@ -4007,6 +4007,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/visibility/singletonConstructors.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("superAccessToJavaField.kt")
|
||||
public void testSuperAccessToJavaField() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/visibility/superAccessToJavaField.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("visibilityWithOverrides.kt")
|
||||
public void testVisibilityWithOverrides() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user