Fix nullable variables spilling in coroutines
See the last comment in testData for clarification #KT-18983 Fixed
This commit is contained in:
@@ -4982,6 +4982,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("asyncIteratorNullMerge.kt")
|
||||
public void testAsyncIteratorNullMerge() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/coroutines/asyncIteratorNullMerge.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("asyncIteratorToList.kt")
|
||||
public void testAsyncIteratorToList() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/coroutines/asyncIteratorToList.kt");
|
||||
|
||||
Reference in New Issue
Block a user