[FE 1.0] Report INVISIBLE_MEMBER on all qualified expressions including safe call ones

^KT-47621 Fixed
This commit is contained in:
Victor Petukhov
2022-07-07 13:18:01 +02:00
committed by teamcity
parent e63e889a1f
commit fb21937eb1
8 changed files with 98 additions and 2 deletions
@@ -24152,6 +24152,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/properties/extensionPropertyMustHaveAccessorsOrBeAbstract.kt");
}
@Test
@TestMetadata("kt47621.kt")
public void testKt47621() throws Exception {
runTest("compiler/testData/diagnostics/tests/properties/kt47621.kt");
}
@Test
@TestMetadata("lateinitOnTopLevel.kt")
public void testLateinitOnTopLevel() throws Exception {