JS backend: Fix override val property in ecma5.

This commit is contained in:
Erokhin Stanislav
2013-08-09 17:41:45 +04:00
parent c9215ed8a5
commit 48cd8f4df4
3 changed files with 21 additions and 1 deletions
@@ -32,6 +32,10 @@ public final class ClassInheritanceTest extends SingleFileTranslationTest {
fooBoxTest();
}
public void testValOverride() throws Exception {
fooBoxTest();
}
public void testInitializationOrder() throws Exception {
fooBoxTest();
}