No such field error when set private property without backing field (analog of KT-2892)

This commit is contained in:
Natalia.Ukhorskaya
2013-04-24 16:36:53 +04:00
parent b484ce711f
commit 3297c0e9d3
2 changed files with 22 additions and 0 deletions
@@ -3406,6 +3406,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest("compiler/testData/codegen/box/properties/kt613.kt");
}
@TestMetadata("privatePropertyWithoutBackingField.kt")
public void testPrivatePropertyWithoutBackingField() throws Exception {
doTest("compiler/testData/codegen/box/properties/privatePropertyWithoutBackingField.kt");
}
@TestMetadata("traitExtendsClass.kt")
public void testTraitExtendsClass() throws Exception {
doTest("compiler/testData/codegen/box/properties/traitExtendsClass.kt");