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:
Alexey Andreev
2016-02-19 11:30:34 +03:00
parent dbde566b66
commit 0a2cff9056
5 changed files with 78 additions and 19 deletions
@@ -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) {