FIR: add checker for local extension properties
^KT-56013 Fixed
This commit is contained in:
committed by
Space Team
parent
9873fe84f2
commit
c1420794b4
+6
@@ -24846,6 +24846,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
runTest("compiler/testData/diagnostics/tests/properties/lateinitOnTopLevel.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("localPropertyExtensions.kt")
|
||||
public void testLocalPropertyExtensions() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/properties/localPropertyExtensions.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("protectedGetterWithPublicSetter.kt")
|
||||
public void testProtectedGetterWithPublicSetter() throws Exception {
|
||||
|
||||
+6
@@ -24840,6 +24840,12 @@ public class FirOldFrontendDiagnosticsWithLightTreeTestGenerated extends Abstrac
|
||||
runTest("compiler/testData/diagnostics/tests/properties/lateinitOnTopLevel.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("localPropertyExtensions.kt")
|
||||
public void testLocalPropertyExtensions() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/properties/localPropertyExtensions.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("protectedGetterWithPublicSetter.kt")
|
||||
public void testProtectedGetterWithPublicSetter() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user