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
@@ -1989,6 +1989,12 @@ public class FirBlackBoxInlineCodegenTestGenerated extends AbstractFirBlackBoxIn
public void testPropertyReferenceFromObject() throws Exception {
runTest("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/callableReferences/propertyReferenceFromObject.kt");
}
@Test
@TestMetadata("withInlineClassParameter.kt")
public void testWithInlineClassParameter() throws Exception {
runTest("compiler/testData/codegen/boxInline/defaultValues/lambdaInlining/callableReferences/withInlineClassParameter.kt");
}
}
}