Fixup after merge (temporary until collection typealiases are introduced in stdlib)
This commit is contained in:
@@ -38,7 +38,7 @@ class JsCollectionsTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@test fun arrayListCapacity() {
|
@test fun arrayListCapacity() {
|
||||||
val list = ArrayList<Any>(20)
|
val list = java.util.ArrayList<Any>(20)
|
||||||
list.ensureCapacity(100)
|
list.ensureCapacity(100)
|
||||||
list.trimToSize()
|
list.trimToSize()
|
||||||
assertTrue(list.isEmpty())
|
assertTrue(list.isEmpty())
|
||||||
|
|||||||
Reference in New Issue
Block a user