JVM: enable indy lambdas in some tests explicitly

To simplify enabling of indy lambdas by default.
This commit is contained in:
Alexander Udalov
2023-04-24 22:58:18 +02:00
committed by Space Team
parent cd9209a7ee
commit 4d7506bae3
18 changed files with 89 additions and 16 deletions
@@ -22699,6 +22699,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/invokedynamic/sam/specializedGenerics/genericWithInProjection.kt");
}
@TestMetadata("genericWithInProjectionWithIndyLambdas.kt")
public void testGenericWithInProjectionWithIndyLambdas() throws Exception {
runTest("compiler/testData/codegen/box/invokedynamic/sam/specializedGenerics/genericWithInProjectionWithIndyLambdas.kt");
}
@TestMetadata("genericWithStarProjection.kt")
public void testGenericWithStarProjection() throws Exception {
runTest("compiler/testData/codegen/box/invokedynamic/sam/specializedGenerics/genericWithStarProjection.kt");