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:
@@ -5,7 +5,6 @@ import org.jetbrains.jet.compiler.CompileEnvironment
|
||||
import org.jetbrains.jet.cli.CompilerArguments
|
||||
import java.io.PrintStream
|
||||
import java.io.File
|
||||
import kotlin.util.orEmpty
|
||||
|
||||
/**
|
||||
* Main for running the KDocCompiler
|
||||
|
||||
Reference in New Issue
Block a user