for consistency, moved extension functions on iterator/iterable/collection to the kotlin package rather than being split across kotlin and kotlin.util. Once intrinsic collections are here we could consider moving the java.util extension functions into kotlin.java.util
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// NOTE this file is auto-generated from src/JavaCollections.kt
|
||||
package kotlin.util
|
||||
package kotlin
|
||||
|
||||
import java.util.*
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// NOTE this file is auto-generated from src/JavaIterables.kt
|
||||
package kotlin.util
|
||||
package kotlin
|
||||
|
||||
import java.util.*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user