Make fields representing variables in coroutines non-volatile

#KT-14636 Fixed
This commit is contained in:
Denis Zharkov
2016-11-08 11:21:08 +03:00
parent 7e49db8768
commit e54b466010
5 changed files with 60 additions and 2 deletions
@@ -41,6 +41,12 @@ public class BytecodeListingTestGenerated extends AbstractBytecodeListingTest {
doTest(fileName);
}
@TestMetadata("coroutineFields.kt")
public void testCoroutineFields() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/bytecodeListing/coroutineFields.kt");
doTest(fileName);
}
@TestMetadata("defaultImpls.kt")
public void testDefaultImpls() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/bytecodeListing/defaultImpls.kt");