JVM: enable indy lambdas in some tests explicitly
To simplify enabling of indy lambdas by default.
This commit is contained in:
committed by
Space Team
parent
cd9209a7ee
commit
4d7506bae3
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user