JS backend: fix "is Boolean" check.

This commit is contained in:
Zalim Bashorov
2014-12-08 17:34:54 +03:00
parent 2ccc027ba5
commit e378bde43e
4 changed files with 42 additions and 0 deletions
@@ -51,4 +51,8 @@ public class RTTITest extends SingleFileTranslationTest {
public void testStdlibEmptyListClass() throws Exception {
checkFooBoxIsOk();
}
public void testIsJsPrimitiveType() throws Exception {
checkFooBoxIsOk();
}
}