Remove 'import java.util' from js tests.
This commit is contained in:
-1
@@ -1,6 +1,5 @@
|
||||
package foo
|
||||
|
||||
import java.util.*
|
||||
|
||||
operator fun <T> ArrayList<T>.plus(other: Collection<T>): List<T> {
|
||||
val c = ArrayList<T>()
|
||||
|
||||
Reference in New Issue
Block a user