[FIR] Fix CCE in deserialization of suspend function type with star projection continuation

#KT-64148 Fixed
This commit is contained in:
Kirill Rakhman
2023-12-13 11:21:15 +01:00
committed by Space Team
parent 01976990e8
commit 6d1ca3d379
21 changed files with 156 additions and 1 deletions
@@ -7905,6 +7905,12 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/coroutines/delegatedSuspendMember.kt");
}
@Test
@TestMetadata("deserializedSuspendFunctionProperty.kt")
public void testDeserializedSuspendFunctionProperty() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/deserializedSuspendFunctionProperty.kt");
}
@Test
@TestMetadata("dispatchResume.kt")
public void testDispatchResume() throws Exception {
@@ -7905,6 +7905,12 @@ public class FirJsES6CodegenBoxTestGenerated extends AbstractFirJsES6CodegenBoxT
runTest("compiler/testData/codegen/box/coroutines/delegatedSuspendMember.kt");
}
@Test
@TestMetadata("deserializedSuspendFunctionProperty.kt")
public void testDeserializedSuspendFunctionProperty() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/deserializedSuspendFunctionProperty.kt");
}
@Test
@TestMetadata("dispatchResume.kt")
public void testDispatchResume() throws Exception {
@@ -7905,6 +7905,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/coroutines/delegatedSuspendMember.kt");
}
@Test
@TestMetadata("deserializedSuspendFunctionProperty.kt")
public void testDeserializedSuspendFunctionProperty() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/deserializedSuspendFunctionProperty.kt");
}
@Test
@TestMetadata("dispatchResume.kt")
public void testDispatchResume() throws Exception {
@@ -7905,6 +7905,12 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
runTest("compiler/testData/codegen/box/coroutines/delegatedSuspendMember.kt");
}
@Test
@TestMetadata("deserializedSuspendFunctionProperty.kt")
public void testDeserializedSuspendFunctionProperty() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/deserializedSuspendFunctionProperty.kt");
}
@Test
@TestMetadata("dispatchResume.kt")
public void testDispatchResume() throws Exception {