Don't report warning about changing execution order for varargs if it's inside an annotation
^KT-43110 Fixed
This commit is contained in:
+5
@@ -920,6 +920,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
runTest("compiler/testData/diagnostics/tests/annotations/deprecatedRepeatable.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("dontReportWarningAboutChangingExecutionOrderForVararg.kt")
|
||||
public void testDontReportWarningAboutChangingExecutionOrderForVararg() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/annotations/dontReportWarningAboutChangingExecutionOrderForVararg.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("extensionFunctionType.kt")
|
||||
public void testExtensionFunctionType() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/annotations/extensionFunctionType.kt");
|
||||
|
||||
Reference in New Issue
Block a user