JS backend: fixed trait inheritance implementation in ES3.

Now each traits in same hierarchy represent separate object, instead a single object.
This commit is contained in:
Zalim Bashorov
2013-07-16 19:12:04 +04:00
parent c5f53df70d
commit e292034141
3 changed files with 41 additions and 8 deletions
@@ -62,4 +62,8 @@ public final class TraitTest extends SingleFileTranslationTest {
public void testDefinitionOrder() throws Exception {
fooBoxTest();
}
public void testCheckImplementationCharacteristics() throws Exception {
checkFooBoxIsOk();
}
}