Introduce warning for the changing arguments execution order for named varargs (KT-17691)
This commit is contained in:
+10
@@ -355,6 +355,16 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/argumentOrder/extensionInClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt17691.kt")
|
||||
public void testKt17691() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/argumentOrder/kt17691.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt17691WithEnabledFeature.kt")
|
||||
public void testKt17691WithEnabledFeature() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/argumentOrder/kt17691WithEnabledFeature.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt9277.kt")
|
||||
public void testKt9277() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/argumentOrder/kt9277.kt");
|
||||
|
||||
Reference in New Issue
Block a user