stdlib: Add BitSet implementation.

This commit is contained in:
Ilya Matveev
2017-06-06 17:42:02 +07:00
committed by ilmat192
parent 00dc4524ca
commit 6ff43d690f
3 changed files with 862 additions and 0 deletions
+5
View File
@@ -949,6 +949,11 @@ task AbstractMutableCollection(type: RunKonanTest) {
source = "runtime/collections/AbstractMutableCollection.kt"
}
task BitSet(type: RunKonanTest) {
expectedExitStatus = 0
source = "runtime/collections/BitSet.kt"
}
task array0(type: RunKonanTest) {
goldValue = "5\n6\n7\n8\n9\n10\n11\n12\n13\n"
source = "runtime/collections/array0.kt"