Fixed small issues in kotlin-stdlib-gen.
This commit is contained in:
@@ -76,7 +76,7 @@ fun main(args: Array<String>) {
|
|||||||
val otherArrayNames = arrayListOf("Boolean", "Byte", "Char", "Short", "Int", "Long", "Float", "Double")
|
val otherArrayNames = arrayListOf("Boolean", "Byte", "Char", "Short", "Int", "Long", "Float", "Double")
|
||||||
|
|
||||||
iterators()
|
iterators()
|
||||||
templates.writeTo(File(outDir, "Iterators.kt")) {
|
templates.writeTo(File(outDir, "_Iterators.kt")) {
|
||||||
buildFor(Iterators, "")
|
buildFor(Iterators, "")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ class GenericFunction(val signature : String) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fun absentFor(vararg f : Family) {
|
fun absentFor(vararg f : Family) {
|
||||||
blockedFor.addAll(f.toCollection())
|
blockedFor.addAll(f.toList())
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun effectiveTypeParams(f : Family) : List<String> {
|
private fun effectiveTypeParams(f : Family) : List<String> {
|
||||||
|
|||||||
Reference in New Issue
Block a user