Minor: Fix TODOs in stdlib tests

This commit is contained in:
Ilya Gorbunov
2016-10-17 21:29:54 +03:00
parent 68411aaa69
commit 0ac461927c
5 changed files with 8 additions and 16 deletions
@@ -48,7 +48,6 @@ fun generators(): List<GenericFunction> {
"""
}
// TODO: use build scope function when available
// TODO: use immutable sets when available
returns("SELF", Sets, Sequences)
doc(Sets) {
@@ -490,7 +489,6 @@ fun generators(): List<GenericFunction> {
while *second* list contains elements for which [predicate] yielded `false`.
"""
}
// TODO: Sequence variant
returns("Pair<List<T>, List<T>>")
body {
"""
@@ -257,7 +257,6 @@ fun specialJVM(): List<GenericFunction> {
"""
}
// TODO: Use own readonly kotlin.AbstractList
body(ArraysOfPrimitives) {
"""
return object : AbstractList<T>(), RandomAccess {