Merge two consequent records in LVT

Otherwise, atomicfu will be unable to transform atomic variable usages.
This commit is contained in:
Ilmir Usmanov
2020-10-08 20:14:13 +02:00
parent 91b8e32d43
commit 375d92cf67
12 changed files with 68 additions and 7 deletions
@@ -1421,6 +1421,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
runTest("compiler/testData/codegen/bytecodeText/coroutines/effectivelyInlineOnly.kt");
}
@TestMetadata("mergeLvt.kt")
public void testMergeLvt() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/coroutines/mergeLvt.kt");
}
@TestMetadata("nonLocalReturn.kt")
public void testNonLocalReturn() throws Exception {
runTest("compiler/testData/codegen/bytecodeText/coroutines/nonLocalReturn.kt");