Remove java.util.* imports from common code.

This commit is contained in:
Ilya Gorbunov
2016-11-16 21:06:57 +03:00
parent b4fbedbc9e
commit 50cd620f92
21 changed files with 9 additions and 40 deletions
-2
View File
@@ -16,8 +16,6 @@
package kotlin
import java.util.*
/**
* Returns an empty array of the specified type [T].
*/
-1
View File
@@ -17,7 +17,6 @@
package kotlin.dom
import org.w3c.dom.*
import java.util.*
import kotlin.dom.*
import kotlin.collections.*