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:
@@ -62,4 +62,8 @@ public final class TraitTest extends SingleFileTranslationTest {
|
||||
public void testDefinitionOrder() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
public void testCheckImplementationCharacteristics() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user