[Test] Add test for reporting of function default value parameters

...in `ACTUAL_ANNOTATIONS_NOT_MATCH_EXPECT` diagnostic message.

^KT-62585
This commit is contained in:
Roman Efremov
2023-10-17 14:16:11 +02:00
committed by Space Team
parent 7893624589
commit 0f0540cda0
5 changed files with 38 additions and 0 deletions
@@ -24077,6 +24077,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
runTest("compiler/testData/diagnostics/tests/multiplatform/annotationMatching/compatibleOverrides.kt");
}
@Test
@TestMetadata("defaultValueParametersRendering.kt")
public void testDefaultValueParametersRendering() throws Exception {
runTest("compiler/testData/diagnostics/tests/multiplatform/annotationMatching/defaultValueParametersRendering.kt");
}
@Test
@TestMetadata("deprecatedAnnotationOnlyOnActual_useInPlatform.kt")
public void testDeprecatedAnnotationOnlyOnActual_useInPlatform() throws Exception {