KT-53090 Support -Xlambdas=indy for anonymous functions
This commit is contained in:
committed by
teamcity
parent
2693a29ab6
commit
fd5800e8b5
+18
@@ -26292,6 +26292,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/invokedynamic/lambdas"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("anyAnnotationDisablesIndyLambdaGeneration.kt")
|
||||
public void testAnyAnnotationDisablesIndyLambdaGeneration() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/invokedynamic/lambdas/anyAnnotationDisablesIndyLambdaGeneration.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("bigArityExtLambda.kt")
|
||||
public void testBigArityExtLambda() throws Exception {
|
||||
@@ -26346,6 +26352,18 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/invokedynamic/lambdas/kt52875.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("lambdaMetadataFactoryIsNotUsed.kt")
|
||||
public void testLambdaMetadataFactoryIsNotUsed() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/invokedynamic/lambdas/lambdaMetadataFactoryIsNotUsed.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("lambdaMetafactoryIsUsed.kt")
|
||||
public void testLambdaMetafactoryIsUsed() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/invokedynamic/lambdas/lambdaMetafactoryIsUsed.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("lambdaSerializable.kt")
|
||||
public void testLambdaSerializable() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user