JS backend: use jet.Iterable and jet.Any as "fake" classes.

This commit is contained in:
Zalim Bashorov
2013-11-01 19:22:30 +04:00
parent 060d7c5345
commit 5c6cfce8ab
5 changed files with 75 additions and 13 deletions
@@ -75,6 +75,9 @@ public final class ClassInheritanceTest extends SingleFileTranslationTest {
public void testKt3499() throws Exception {
fooBoxTest();
}
public void testFromFakeClasses() throws Exception {
checkFooBoxIsOk();
}
}