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