JS backend: tests for KT-2468

This commit is contained in:
Michael Nedzelsky
2014-10-10 14:53:47 +04:00
parent cff0c35987
commit edac2dd3bd
5 changed files with 132 additions and 12 deletions
@@ -43,4 +43,12 @@ public class RTTITest extends SingleFileTranslationTest {
public void testNotIsOtherClass() throws Exception {
fooBoxTest();
}
public void testCollectionClassesIsCheck() throws Exception {
checkFooBoxIsOk();
}
public void testStdlibEmptyListClass() throws Exception {
checkFooBoxIsOk();
}
}