StdLib cleanup, deprecated symbol usage: size() and length()
This commit is contained in:
@@ -14,7 +14,7 @@ class OldStdlibTest() {
|
||||
|
||||
@test fun testCollectionSize() {
|
||||
assertTrue {
|
||||
listOf(0, 1, 2).size() == 3
|
||||
listOf(0, 1, 2).size == 3
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user