JS backend: support named class objects

Temporary solution until named objects in classes are supported in js backend
This commit is contained in:
Pavel V. Talanov
2015-02-12 20:29:54 +03:00
parent f0003449e5
commit 1174010f33
3 changed files with 44 additions and 1 deletions
@@ -43,4 +43,8 @@ public final class ClassObjectTest extends SingleFileTranslationTest {
public void testAccessing() throws Exception {
checkFooBoxIsOk();
}
public void testNamedClassObject() throws Exception {
checkFooBoxIsOk();
}
}