JVM_IR: do not copy defaults in functions with inline class parameters
This commit is contained in:
+5
@@ -12746,6 +12746,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
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