[FE, IR] Check annotations compatibility on expect and actual getters and setters

^KT-60671
This commit is contained in:
Roman Efremov
2023-08-04 15:28:52 +02:00
committed by Space Team
parent 8fb2935ef6
commit e79851910e
15 changed files with 175 additions and 15 deletions
@@ -854,6 +854,12 @@ public class FirOldFrontendMPPDiagnosticsWithLightTreeTestGenerated extends Abst
runTest("compiler/testData/diagnostics/tests/multiplatform/annotationMatching/floatNumbersComparison.kt");
}
@Test
@TestMetadata("gettersAndSetters.kt")
public void testGettersAndSetters() throws Exception {
runTest("compiler/testData/diagnostics/tests/multiplatform/annotationMatching/gettersAndSetters.kt");
}
@Test
@TestMetadata("intrinsicConstEvaluation.kt")
public void testIntrinsicConstEvaluation() throws Exception {
@@ -854,6 +854,12 @@ public class FirOldFrontendMPPDiagnosticsWithPsiTestGenerated extends AbstractFi
runTest("compiler/testData/diagnostics/tests/multiplatform/annotationMatching/floatNumbersComparison.kt");
}
@Test
@TestMetadata("gettersAndSetters.kt")
public void testGettersAndSetters() throws Exception {
runTest("compiler/testData/diagnostics/tests/multiplatform/annotationMatching/gettersAndSetters.kt");
}
@Test
@TestMetadata("intrinsicConstEvaluation.kt")
public void testIntrinsicConstEvaluation() throws Exception {