remove some unnecessary !! from stdlib
This commit is contained in:
@@ -409,7 +409,7 @@ class CollectionTest {
|
||||
private val collection = collection
|
||||
|
||||
override fun iterator(): Iterator<T> {
|
||||
return collection.iterator()!!
|
||||
return collection.iterator()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user