Temporary added explicit imports of java.util.Collections into stdlib
This commit is contained in:
@@ -7,6 +7,8 @@ package kotlin
|
||||
|
||||
import java.util.*
|
||||
|
||||
import java.util.Collections // TODO: it's temporary while we have java.util.Collections in js
|
||||
|
||||
/**
|
||||
* Returns the sum of all elements in the collection
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user