Immutable data prototype. (#799)

This commit is contained in:
Nikolay Igotti
2017-08-22 16:21:10 +03:00
committed by GitHub
parent 87f2bed5c8
commit 109f84f9af
12 changed files with 215 additions and 15 deletions
+5
View File
@@ -1081,6 +1081,11 @@ task array2(type: RunKonanTest) {
source = "runtime/collections/array2.kt"
}
task array3(type: RunKonanTest) {
goldValue = "1 2 3 7 8 9 -128 -1 \n1 2 3 7 8 9 -128 -1 \n"
source = "runtime/collections/array3.kt"
}
task sort0(type: RunKonanTest) {
goldValue = "[a, b, x]\n[-1, 0, 42, 239, 100500]\n"
source = "runtime/collections/sort0.kt"