Add a test for KT-46601

This commit is contained in:
pyos
2021-05-11 14:28:10 +02:00
committed by max-kammerer
parent c32ccbb39a
commit 34ac232a82
11 changed files with 75 additions and 0 deletions
@@ -1584,6 +1584,11 @@ public class IrJsCodegenInlineES6TestGenerated extends AbstractIrJsCodegenInline
public void testPropertyReferenceFromObject() throws Exception {
runTest("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/callableReferences/propertyReferenceFromObject.kt");
}
@TestMetadata("withInlineClassParameter.kt")
public void testWithInlineClassParameter() throws Exception {
runTest("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/callableReferences/withInlineClassParameter.kt");
}
}
}
@@ -1584,6 +1584,11 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes
public void testPropertyReferenceFromObject() throws Exception {
runTest("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/callableReferences/propertyReferenceFromObject.kt");
}
@TestMetadata("withInlineClassParameter.kt")
public void testWithInlineClassParameter() throws Exception {
runTest("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/callableReferences/withInlineClassParameter.kt");
}
}
}
@@ -1584,6 +1584,11 @@ public class JsCodegenInlineTestGenerated extends AbstractJsCodegenInlineTest {
public void testPropertyReferenceFromObject() throws Exception {
runTest("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/callableReferences/propertyReferenceFromObject.kt");
}
@TestMetadata("withInlineClassParameter.kt")
public void testWithInlineClassParameter() throws Exception {
runTest("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/callableReferences/withInlineClassParameter.kt");
}
}
}