Restored auto-generated warning in iterators/collections code.
This commit is contained in:
@@ -72,6 +72,7 @@ fun List<GenericFunction>.writeTo(file: File, builder: GenericFunction.() -> Str
|
||||
|
||||
its.use {
|
||||
its.append("package kotlin\n\n")
|
||||
its.append("$COMMON_AUTOGENERATED_WARNING\n\n")
|
||||
its.append("import java.util.*\n\n")
|
||||
for (t in this) {
|
||||
its.append(t.builder())
|
||||
|
||||
Reference in New Issue
Block a user