Error messages about "var with open / custom setter initialization" changed accordingly with the new backing field syntax

This commit is contained in:
Mikhail Glukhikh
2015-10-08 19:53:07 +03:00
parent 6914d09297
commit d1ab5168ec
8 changed files with 56 additions and 23 deletions
@@ -38,10 +38,6 @@ public final class PropertyAccessTest extends SingleFileTranslationTest {
fooBoxTest();
}
public void testBackendField() throws Exception {
checkFooBoxIsOk();
}
public void testSetter() throws Exception {
checkFooBoxIsOk();
}