JVM_IR Do not generate generic signatures for lifted lambda methods
This commit is contained in:
committed by
TeamCityServer
parent
00a335129b
commit
737fbe271f
+10
@@ -16652,6 +16652,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/invokedynamic/lambdas/bigArityExtLambda.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericLambdaSignature.kt")
|
||||
public void ignoreGenericLambdaSignature() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/invokedynamic/lambdas/genericLambdaSignature.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lambdaSerializable.kt")
|
||||
public void ignoreLambdaSerializable() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/invokedynamic/lambdas/lambdaSerializable.kt");
|
||||
@@ -16778,6 +16783,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public static class Sam extends AbstractLightAnalysisModeTest {
|
||||
@TestMetadata("genericLambdaSignature.kt")
|
||||
public void ignoreGenericLambdaSignature() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/invokedynamic/sam/genericLambdaSignature.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("suspendFunInterface.kt")
|
||||
public void ignoreSuspendFunInterface() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/invokedynamic/sam/suspendFunInterface.kt");
|
||||
|
||||
Reference in New Issue
Block a user