Minor in JS backend: added test for the overriding in data class.

This commit is contained in:
Zalim Bashorov
2014-05-06 14:39:26 +04:00
parent ab81d2e261
commit d02e4bd1ec
2 changed files with 33 additions and 0 deletions
@@ -43,6 +43,10 @@ public class DataClassTest extends SingleFileTranslationTest {
checkFooBoxIsOk();
}
public void testOverride() throws Exception {
checkFooBoxIsOk();
}
public void testKeyrole() throws Exception {
checkFooBoxIsOk();
}