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
-1
View File
@@ -4,7 +4,6 @@ import org.junit.Test as test
import kotlin.test.*
import java.io.Writer
import java.io.BufferedReader
import java.io.File
class IOStreamsTest {
@test fun testGetStreamOfFile() {