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() {
|
||||
val list = ArrayList<Any>(20)
|
||||
val list = java.util.ArrayList<Any>(20)
|
||||
list.ensureCapacity(100)
|
||||
list.trimToSize()
|
||||
assertTrue(list.isEmpty())
|
||||
|
||||
Reference in New Issue
Block a user