JS backend: support named class objects
Temporary solution until named objects in classes are supported in js backend
This commit is contained in:
@@ -43,4 +43,8 @@ public final class ClassObjectTest extends SingleFileTranslationTest {
|
||||
public void testAccessing() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testNamedClassObject() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user