Do not override collection stub, if the override is suspend
but the stub is not. The other way around should be OK. #KT-52237 Fixed
This commit is contained in:
+10
@@ -8275,6 +8275,16 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
public void testLambdaWithMultipleParameters() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/bridges/lambdaWithMultipleParameters.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("mapSuspendAbstractClear.kt")
|
||||
public void testMapSuspendAbstractClear() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/bridges/mapSuspendAbstractClear.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("mapSuspendClear.kt")
|
||||
public void testMapSuspendClear() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/bridges/mapSuspendClear.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/coroutines/controlFlow")
|
||||
|
||||
Reference in New Issue
Block a user