StdLib cleanup: remove unused imports

This commit is contained in:
Ilya Gorbunov
2015-09-29 22:13:42 +03:00
parent c6caa67cfb
commit 73e41fb216
18 changed files with 6 additions and 34 deletions
-2
View File
@@ -3,8 +3,6 @@ package test.collections
import kotlin.*
import kotlin.io.*
import kotlin.test.*
import java.util.*
import java.io.*
import org.junit.Test as test
class OldStdlibTest() {