JS backend: fix KT-5738 JS backend: result of toByte() should be in the range of bytes

#KT-5738 Fixed
This commit is contained in:
Michael Nedzelsky
2014-09-06 15:40:49 +04:00
parent a632e9e21d
commit cc4f84ffae
7 changed files with 168 additions and 34 deletions
@@ -69,4 +69,12 @@ public final class NumberTest extends SingleFileTranslationTest {
public void testNumberCompareTo() throws Exception {
checkFooBoxIsOk();
}
public void testConversionsWithoutTruncation() throws Exception {
checkFooBoxIsOk();
}
public void testConversionsWithTruncation() throws Exception {
checkFooBoxIsOk();
}
}