[FIR] Fix CCE in deserialization of suspend function type with star projection continuation
#KT-64148 Fixed
This commit is contained in:
committed by
Space Team
parent
01976990e8
commit
6d1ca3d379
+6
@@ -8780,6 +8780,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
||||
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 {
|
||||
|
||||
+6
@@ -8974,6 +8974,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
||||
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 {
|
||||
|
||||
+6
@@ -8586,6 +8586,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
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 {
|
||||
|
||||
+6
@@ -8781,6 +8781,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user