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
/**
* Appends the string from all the elements separated using the *separator* and using the given *prefix* and *postfix* if supplied
* If a collection could be huge you can specify a non-negative value of *limit* which will only show a subset of the collection then it will