Minor in JS backend: added test for the overriding in data class.
This commit is contained in:
@@ -43,6 +43,10 @@ public class DataClassTest extends SingleFileTranslationTest {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testOverride() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testKeyrole() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user