KT-46797 Generate generic signatures for suspendImpl

This commit is contained in:
Pavel Mikhailovskii
2022-06-07 08:15:24 +02:00
parent eae89da540
commit f81d47bad6
6 changed files with 62 additions and 1 deletions
@@ -7759,6 +7759,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/coroutines/generate.kt");
}
@TestMetadata("genericSignatureForSuspendImpl.kt")
public void testGenericSignatureForSuspendImpl() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/genericSignatureForSuspendImpl.kt");
}
@TestMetadata("handleException.kt")
public void testHandleException() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/handleException.kt");