Replaced List and Collection with mutable analogs.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
|
||||
fun ff(l: Any) = l as List<*>
|
||||
fun ff(l: Any) = l as MutableList<*>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user