[FE 1.0] Report INVISIBLE_MEMBER on all qualified expressions including safe call ones
^KT-47621 Fixed
This commit is contained in:
committed by
teamcity
parent
e63e889a1f
commit
fb21937eb1
+6
@@ -24152,6 +24152,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
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 {
|
||||
|
||||
+6
@@ -24152,6 +24152,12 @@ public class FirOldFrontendDiagnosticsWithLightTreeTestGenerated extends Abstrac
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user