Some 200 warnings eliminated from stdlib code

This commit is contained in:
Andrey Breslav
2012-10-19 16:10:21 +04:00
parent 57e6d2a2a5
commit 92ef1c9417
29 changed files with 187 additions and 221 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ class CollectionTest {
assertEquals(4, byLength.size())
val l3 = byLength.getOrElse(3, {ArrayList<String>()})
assertEquals(2, l3?.size)
assertEquals(2, l3.size)
}
test fun makeString() {