Fix for KT-10715: Verify error on incrementing backing field from accessor

This commit is contained in:
Michael Bogdanov
2016-01-25 13:26:00 +03:00
parent cf09949354
commit 874560df9d
4 changed files with 29 additions and 1 deletions
@@ -6697,6 +6697,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("kt10715.kt")
public void testKt10715() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/properties/kt10715.kt");
doTest(fileName);
}
@TestMetadata("kt1159.kt")
public void testKt1159() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/properties/kt1159.kt");