JVM IR: Fix suspend lambda generic signatures
This commit is contained in:
committed by
Ilmir Usmanov
parent
e6efb81014
commit
272f6abe69
+5
@@ -24420,6 +24420,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
public void testSignatureOfSimpleInnerSimpleOuter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/genericSignature/signatureOfSimpleInnerSimpleOuter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("suspendFunctionLiteralGenericSignature.kt")
|
||||
public void testSuspendFunctionLiteralGenericSignature() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/genericSignature/suspendFunctionLiteralGenericSignature.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/reflection/isInstance")
|
||||
|
||||
Reference in New Issue
Block a user