KT-46797 Generate generic signatures for suspendImpl
This commit is contained in:
+6
@@ -9861,6 +9861,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/coroutines/generate.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericSignatureForSuspendImpl.kt")
|
||||
public void testGenericSignatureForSuspendImpl() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/genericSignatureForSuspendImpl.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("handleException.kt")
|
||||
public void testHandleException() throws Exception {
|
||||
|
||||
+6
@@ -9981,6 +9981,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/coroutines/generate.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("genericSignatureForSuspendImpl.kt")
|
||||
public void testGenericSignatureForSuspendImpl() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/genericSignatureForSuspendImpl.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("handleException.kt")
|
||||
public void testHandleException() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user