Rename continuation fields according the convention and count them in IR

This commit is contained in:
Iaroslav Postovalov
2020-12-10 02:27:31 +07:00
committed by Ilmir Usmanov
parent cd2b05eb00
commit 8a7bc2ef6f
10 changed files with 56 additions and 10 deletions
@@ -1515,6 +1515,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
runTest("compiler/testData/codegen/bytecodeText/coroutines/cleanup/simple.kt");
}
@TestMetadata("twoRefs.kt")
public void testTwoRefs() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/coroutines/cleanup/twoRefs.kt");
}
@TestMetadata("unusedParamNotSpill.kt")
public void testUnusedParamNotSpill() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/coroutines/cleanup/unusedParamNotSpill.kt");