Cleanup in stdlib generators

This commit is contained in:
Ilya Gorbunov
2015-10-20 17:39:50 +03:00
parent d3d239bc1b
commit 9e8600e52f
3 changed files with 5 additions and 5 deletions
@@ -54,7 +54,7 @@ fun arrays(): List<GenericFunction> {
}
}
templates addAll PrimitiveType.values().map { primitive ->
templates addAll PrimitiveType.defaultPrimitives.map { primitive ->
val arrayType = primitive.name + "Array"
f("to$arrayType()") {
only(ArraysOfObjects, Collections)