No such field error when set private property without backing field (analog of KT-2892)
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user