Temporary added explicit imports of java.util.Collections into stdlib

This commit is contained in:
Valentin Kipyatkov
2014-12-25 16:11:14 +03:00
parent 0b701950ac
commit 817b86a820
16 changed files with 30 additions and 0 deletions
@@ -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
*/