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,8 +2,7 @@ package test.properties.delegation.lazy
import org.junit.Test as test
import kotlin.properties.*
import kotlin.test.assertNotNull
import kotlin.test.assertTrue
import kotlin.test.*
class LazyValTest {
var result = 0