FIR: add checker for local extension properties

^KT-56013 Fixed
This commit is contained in:
Kirill Rakhman
2023-01-24 16:34:59 +01:00
committed by Space Team
parent 9873fe84f2
commit c1420794b4
16 changed files with 80 additions and 2 deletions
@@ -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 {
@@ -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 {