Introduce warning for the changing arguments execution order for named varargs (KT-17691)
This commit is contained in:
+10
@@ -3369,6 +3369,16 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
runTest("compiler/testData/diagnostics/tests/checkArguments/booleanExpressions.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt17691.kt")
|
||||
public void testKt17691() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/checkArguments/kt17691.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt17691WithEnabledFeature.kt")
|
||||
public void testKt17691WithEnabledFeature() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/checkArguments/kt17691WithEnabledFeature.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt1897_diagnostic_part.kt")
|
||||
public void testKt1897_diagnostic_part() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/checkArguments/kt1897_diagnostic_part.kt");
|
||||
|
||||
Reference in New Issue
Block a user