JS backend: compile primitive iterators from builtins as part of stdlib.

This commit is contained in:
Zalim Bashorov
2014-10-09 12:48:19 +04:00
parent ecb955f5b3
commit ae39524a95
5 changed files with 32 additions and 0 deletions
@@ -87,6 +87,10 @@ public final class ClassInheritanceTest extends SingleFileTranslationTest {
public void testWithInitializeMethod() throws Exception {
checkFooBoxIsOk();
}
public void testInheritFromCharIterator() throws Exception {
checkFooBoxIsOk();
}
}