[FE, IR] Check annotations compatibility on expect and actual getters and setters
^KT-60671
This commit is contained in:
committed by
Space Team
parent
8fb2935ef6
commit
e79851910e
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user