JS: Implement Long.hashCode function.

#KT-13756 Fixed
This commit is contained in:
Ilya Gorbunov
2016-08-25 04:13:21 +03:00
parent 813bee62e5
commit 25d8af3112
3 changed files with 25 additions and 0 deletions
@@ -81,6 +81,10 @@ public final class NumberTest extends SingleFileTranslationTest {
checkFooBoxIsOk();
}
public void testLongHashCode() throws Exception {
checkFooBoxIsOk();
}
public void testLongArray() throws Exception {
checkFooBoxIsOk();
}