"field": JS translation

This commit is contained in:
Mikhail Glukhikh
2015-09-16 18:34:46 +03:00
parent 094c6cebc3
commit 028e0ec59a
4 changed files with 27 additions and 1 deletions
@@ -98,6 +98,10 @@ public final class PropertyAccessTest extends SingleFileTranslationTest {
checkFooBoxIsOk();
}
public void testField() throws Exception {
checkFooBoxIsOk();
}
@Override
@NotNull
protected List<String> additionalJsFiles(@NotNull EcmaVersion ecmaVersion) {