JVM_IR. Support inlining of bound CR

This commit is contained in:
Mikhael Bogdanov
2019-11-20 10:56:53 +01:00
parent 42deb7db48
commit 4b6202c902
9 changed files with 54 additions and 4 deletions
@@ -876,6 +876,11 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
runTest("compiler/testData/codegen/boxInline/callableReference/bound/filter.kt");
}
@TestMetadata("inlineValueParameterInsteadOfReceiver.kt")
public void testInlineValueParameterInsteadOfReceiver() throws Exception {
runTest("compiler/testData/codegen/boxInline/callableReference/bound/inlineValueParameterInsteadOfReceiver.kt");
}
@TestMetadata("innerGenericConstuctor.kt")
public void testInnerGenericConstuctor() throws Exception {
runTest("compiler/testData/codegen/boxInline/callableReference/bound/innerGenericConstuctor.kt");