JVM_IR indy-lambdas: don't use indy for big arity lambdas

KT-44278 KT-26060 KT-42621
This commit is contained in:
Dmitry Petrov
2021-01-29 17:59:15 +03:00
committed by TeamCityServer
parent d94912ed62
commit 088448043a
3 changed files with 28 additions and 3 deletions
@@ -16191,6 +16191,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/invokedynamic/lambdas"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true);
}
@TestMetadata("bigArityFun.kt")
public void testBigArityFun() throws Exception {
runTest("compiler/testData/codegen/box/invokedynamic/lambdas/bigArityFun.kt");
}
@TestMetadata("capturedDispatchReceiver.kt")
public void testCapturedDispatchReceiver() throws Exception {
runTest("compiler/testData/codegen/box/invokedynamic/lambdas/capturedDispatchReceiver.kt");