Do not generate generic signature for SAM wrapper methods
#KT-23870 Fixed
This commit is contained in:
+10
@@ -17601,6 +17601,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/reflection/genericSignature/defaultImplsGenericSignature.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("delegatedMembers.kt")
|
||||
public void testDelegatedMembers() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/genericSignature/delegatedMembers.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("functionLiteralGenericSignature.kt")
|
||||
public void testFunctionLiteralGenericSignature() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/genericSignature/functionLiteralGenericSignature.kt");
|
||||
@@ -17631,6 +17636,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/reflection/genericSignature/kt6106.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("samWrappedLambdaVsReference.kt")
|
||||
public void testSamWrappedLambdaVsReference() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/genericSignature/samWrappedLambdaVsReference.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("signatureOfDeepGenericInner.kt")
|
||||
public void testSignatureOfDeepGenericInner() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/genericSignature/signatureOfDeepGenericInner.kt");
|
||||
|
||||
Reference in New Issue
Block a user