Introduce warning for the changing arguments execution order for named varargs (KT-17691)
This commit is contained in:
Generated
-5
@@ -140,11 +140,6 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
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");
|
||||
|
||||
Generated
-5
@@ -140,11 +140,6 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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");
|
||||
|
||||
-5
@@ -140,11 +140,6 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
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");
|
||||
|
||||
Reference in New Issue
Block a user