[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
Generated
+6
@@ -24158,6 +24158,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
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