[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
+5
@@ -8874,6 +8874,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/coroutines/delegatedSuspendMember.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("deserializedSuspendFunctionProperty.kt")
|
||||
public void testDeserializedSuspendFunctionProperty() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/deserializedSuspendFunctionProperty.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("dispatchResume.kt")
|
||||
public void testDispatchResume() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/dispatchResume.kt");
|
||||
|
||||
Reference in New Issue
Block a user