Temporary added explicit imports of java.util.Collections into stdlib
This commit is contained in:
@@ -43,6 +43,7 @@ fun List<GenericFunction>.writeTo(file: File, builder: GenericFunction.() -> Str
|
||||
its.append("package kotlin\n\n")
|
||||
its.append("$COMMON_AUTOGENERATED_WARNING\n\n")
|
||||
its.append("import java.util.*\n\n")
|
||||
its.append("import java.util.Collections // TODO: it's temporary while we have java.util.Collections in js\n\n")
|
||||
for (t in this.sort()) {
|
||||
its.append(t.builder())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user