K2: fix property VS field resolve in anonymous class case
Related to KT-55017, KT-50082
This commit is contained in:
committed by
teamcity
parent
6a6308bef2
commit
f20e5daa92
+6
@@ -3589,6 +3589,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/propertyVsField/fieldPropertyShadow.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("javaFieldAndKotlinPropertyReferenceFromInner.kt")
|
||||
public void testJavaFieldAndKotlinPropertyReferenceFromInner() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/propertyVsField/javaFieldAndKotlinPropertyReferenceFromInner.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("propertyAndTwoFields.kt")
|
||||
public void testPropertyAndTwoFields() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user