Process default arguments in array convention calls
#KT-16520 Fixed
This commit is contained in:
Generated
+15
@@ -7511,6 +7511,16 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/convention/incWithDefaultInGetter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("incWithDefaults.kt")
|
||||
public void testIncWithDefaults() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/convention/incWithDefaults.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt16520.kt")
|
||||
public void testKt16520() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/convention/kt16520.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt9140.kt")
|
||||
public void testKt9140() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/convention/kt9140.kt");
|
||||
@@ -7520,6 +7530,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
public void testPlusAssignWithDefaultInGetter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/convention/plusAssignWithDefaultInGetter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("plusAssignWithDefaults.kt")
|
||||
public void testPlusAssignWithDefaults() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/convention/plusAssignWithDefaults.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/defaultArguments/function")
|
||||
|
||||
+15
@@ -7511,6 +7511,16 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/convention/incWithDefaultInGetter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("incWithDefaults.kt")
|
||||
public void testIncWithDefaults() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/convention/incWithDefaults.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt16520.kt")
|
||||
public void testKt16520() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/convention/kt16520.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt9140.kt")
|
||||
public void testKt9140() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/convention/kt9140.kt");
|
||||
@@ -7520,6 +7530,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
public void testPlusAssignWithDefaultInGetter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/convention/plusAssignWithDefaultInGetter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("plusAssignWithDefaults.kt")
|
||||
public void testPlusAssignWithDefaults() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/convention/plusAssignWithDefaults.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/defaultArguments/function")
|
||||
|
||||
Reference in New Issue
Block a user