JVM_IR: do not copy defaults in functions with inline class parameters
This commit is contained in:
Generated
+5
@@ -10001,6 +10001,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/defaultFunctionsFromAnyForInlineClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("defaultWithInlineClassArgument.kt")
|
||||
public void testDefaultWithInlineClassArgument() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/defaultWithInlineClassArgument.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("elvisWithInlineClassAndNullConstant.kt")
|
||||
public void testElvisWithInlineClassAndNullConstant() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/elvisWithInlineClassAndNullConstant.kt");
|
||||
|
||||
+5
@@ -11141,6 +11141,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/defaultFunctionsFromAnyForInlineClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("defaultWithInlineClassArgument.kt")
|
||||
public void testDefaultWithInlineClassArgument() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/defaultWithInlineClassArgument.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("elvisWithInlineClassAndNullConstant.kt")
|
||||
public void testElvisWithInlineClassAndNullConstant() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/elvisWithInlineClassAndNullConstant.kt");
|
||||
|
||||
Reference in New Issue
Block a user