Fix imports in tests: do not use java.util.* stuff

This commit is contained in:
Ilya Gorbunov
2016-11-04 06:04:14 +03:00
parent ae903e9ce7
commit 4769ed5f79
3 changed files with 2 additions and 9 deletions
@@ -1,7 +1,4 @@
// WITH_RUNTIME
import java.util.*
class ArrayWrapper<T>() {
val contents = ArrayList<T>()