KT-10785 Fixed. Change predicate that decides whether to dereference assignment target as a property accessor or as a backing field.
This commit is contained in:
@@ -98,6 +98,10 @@ public final class PropertyAccessTest extends SingleFileTranslationTest {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testPropertyAssignment() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
@Override
|
||||
@NotNull
|
||||
protected List<String> additionalJsFiles(@NotNull EcmaVersion ecmaVersion) {
|
||||
|
||||
Reference in New Issue
Block a user