JVM_IR. Support inlining of bound CR
This commit is contained in:
+5
@@ -146,6 +146,11 @@ public class IrCallableReferenceInlineTestsGenerated extends AbstractIrCallableR
|
||||
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");
|
||||
|
||||
Generated
+5
@@ -146,6 +146,11 @@ public class CallableReferenceInlineTestsGenerated extends AbstractCallableRefer
|
||||
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");
|
||||
|
||||
Reference in New Issue
Block a user