Remove java.util references from the common code
This commit is contained in:
@@ -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() }
|
||||
|
||||
Reference in New Issue
Block a user