[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:
committed by
Space Team
parent
7893624589
commit
0f0540cda0
Generated
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user