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:
+12
@@ -8435,6 +8435,18 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
public void testLambdaWithMultipleParameters() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/bridges/lambdaWithMultipleParameters.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("mapSuspendAbstractClear.kt")
|
||||
public void testMapSuspendAbstractClear() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/bridges/mapSuspendAbstractClear.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("mapSuspendClear.kt")
|
||||
public void testMapSuspendClear() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/bridges/mapSuspendClear.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
Reference in New Issue
Block a user