Fix for KT-12200: initial property assignment ignored

#KT-12200 Fixed
This commit is contained in:
Mikhael Bogdanov
2016-05-30 16:00:51 +03:00
parent bdc0b6b308
commit 0f1589fd50
4 changed files with 84 additions and 14 deletions
@@ -9964,6 +9964,18 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("kt12200.kt")
public void testKt12200() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/properties/kt12200.kt");
doTest(fileName);
}
@TestMetadata("kt12200Const.kt")
public void testKt12200Const() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/properties/kt12200Const.kt");
doTest(fileName);
}
@TestMetadata("kt1398.kt")
public void testKt1398() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/properties/kt1398.kt");