Move code between packages (JS)
This commit is contained in:
@@ -35,7 +35,7 @@ fun List<GenericFunction>.writeTo(file: File, builder: GenericFunction.() -> Str
|
||||
val its = FileWriter(file)
|
||||
|
||||
its.use {
|
||||
its.append("package kotlin\n\n")
|
||||
its.append("package kotlin.collections\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")
|
||||
|
||||
Reference in New Issue
Block a user