Minimize references to java.util.Collections in stdlib sources
Only three usages are left in platform-independent code: in reverse, sort and sortWith for mutable lists
This commit is contained in:
@@ -7,8 +7,6 @@ package kotlin.collections
|
||||
|
||||
import java.util.*
|
||||
|
||||
import java.util.Collections // TODO: it's temporary while we have java.util.Collections in js
|
||||
|
||||
/**
|
||||
* Returns a [List] that wraps the original array.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user