Dropped some TODOs
#KT-2564 Obsolete. Looks like, it's fixed in dcddd04.
This commit is contained in:
@@ -9,10 +9,8 @@ class StandardCollectionTest() : TestCase() {
|
||||
fun testDisabled() {
|
||||
}
|
||||
|
||||
/*
|
||||
fun testAny() {
|
||||
// TODO requires KT-924 to be implemented
|
||||
val data: Iterable<String> = kotlin.util.arrayList("foo", "bar")
|
||||
val data: Iterable<String> = listOf("foo", "bar")
|
||||
|
||||
assertTrue {
|
||||
data.any{it.startsWith("f")}
|
||||
@@ -21,5 +19,4 @@ class StandardCollectionTest() : TestCase() {
|
||||
data.any{it.startsWith("x")}
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user