JVM_IR KT-43877 fix generic signatures for SAM-converted lambdas
This commit is contained in:
+10
@@ -12178,6 +12178,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/funInterface/samConstructorExplicitInvocation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("samConversionToGenericInterfaceInGenericFun.kt")
|
||||
public void testSamConversionToGenericInterfaceInGenericFun() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/funInterface/samConversionToGenericInterfaceInGenericFun.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("subtypeOfFunctionalTypeToFunInterfaceConversion.kt")
|
||||
public void testSubtypeOfFunctionalTypeToFunInterfaceConversion() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/funInterface/subtypeOfFunctionalTypeToFunInterfaceConversion.kt");
|
||||
@@ -15922,6 +15927,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/ir/anonymousObjectInForLoopIteratorAndBody.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("anonymousObjectInGenericFun.kt")
|
||||
public void testAnonymousObjectInGenericFun() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/anonymousObjectInGenericFun.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("anonymousObjectInsideElvis.kt")
|
||||
public void testAnonymousObjectInsideElvis() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/anonymousObjectInsideElvis.kt");
|
||||
|
||||
Reference in New Issue
Block a user