Ranges support. (#73)

This commit is contained in:
Nikolay Igotti
2016-11-30 15:38:47 +03:00
committed by GitHub
parent b38a76e910
commit e9b0ebb95e
10 changed files with 493 additions and 30 deletions
+5
View File
@@ -574,3 +574,8 @@ task unreachable1(type: RunKonanTest) {
goldValue = "1\n"
source = "codegen/controlflow/unreachable1.kt"
}
task range0(type: RunKonanTest) {
goldValue = "123\nabcd\n"
source = "runtime/collections/range0.kt"
}