Fix array accessor signatures, add array test to fix.

This commit is contained in:
Nikolay Igotti
2016-11-11 16:20:26 +03:00
parent edf3708515
commit 4b7f67d976
4 changed files with 41 additions and 5 deletions
+7
View File
@@ -206,6 +206,13 @@ task array0(type: RunKonanTest) {
source = "runtime/basic/array0.kt"
}
/*
task array1(type: RunKonanTest) {
goldValue = "42\n1-1\n69\n83\n"
source = "runtime/basic/array1.kt"
}*/
task if_else(type: UnitKonanTest) {
source = "codegen/branching/if_else.kt"
}