Remove java.util references from the common code

This commit is contained in:
Ilya Gorbunov
2016-11-08 06:25:49 +03:00
parent 63535393e7
commit fae5c88f22
14 changed files with 3 additions and 17 deletions
@@ -17,7 +17,6 @@
package test.collections
import org.junit.Test
import java.util.*
import kotlin.test.*
fun <T> iterableOf(vararg items: T): Iterable<T> = Iterable { items.iterator() }