Remove unneeded default imports in stdlib and tests

This commit is contained in:
Alexander Udalov
2018-09-28 14:57:14 +02:00
parent 199ae3bac8
commit 55c8b35eee
67 changed files with 24 additions and 158 deletions
+1 -2
View File
@@ -5,7 +5,6 @@
package test.utils
import kotlin.*
import kotlin.test.*
class LazyTest {
@@ -43,4 +42,4 @@ class LazyTest {
assertEquals("1", lazyInt.toString())
assertEquals(1, callCount)
}
}
}
-1
View File
@@ -5,7 +5,6 @@
package test.utils
import kotlin.*
import kotlin.test.*
class TODOTest {