Add hashCode() for primitives. (#104)

This commit is contained in:
Nikolay Igotti
2016-12-01 16:07:06 +03:00
committed by GitHub
parent 28918f92f7
commit 85aca55ee5
6 changed files with 90 additions and 6 deletions
+5
View File
@@ -443,6 +443,11 @@ task interface0(type: RunKonanTest) {
source = "runtime/basic/interface0.kt"
}
task hash0(type: RunKonanTest) {
goldValue = "239\n0\n97\n1065353216\n1072693248\n1\n0\ntrue\ntrue\n"
source = "runtime/basic/hash0.kt"
}
task array_list1(type: RunKonanTest) {
goldValue = "OK\n"
source = "runtime/collections/array_list1.kt"