JS backend: fix KT-4601 JS: compareTo doesn't work on Numbers

#KT-4601 Fixed
This commit is contained in:
Michael Nedzelsky
2014-09-06 11:38:05 +04:00
parent 145050b3d1
commit a632e9e21d
5 changed files with 108 additions and 2 deletions
@@ -65,4 +65,8 @@ public final class NumberTest extends SingleFileTranslationTest {
Assert.assertTrue(cause.getMessage().startsWith("Unsupported long constant "));
}
}
public void testNumberCompareTo() throws Exception {
checkFooBoxIsOk();
}
}