StdLib cleanup: remove unused imports
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
package test.collections
|
||||
|
||||
import java.util.concurrent.ConcurrentHashMap
|
||||
import java.util.concurrent.ConcurrentMap
|
||||
import kotlin.test.*
|
||||
import kotlin.test.assertEquals
|
||||
import kotlin.test.assertFails
|
||||
import kotlin.test.expect
|
||||
import org.junit.Test as test
|
||||
|
||||
class MapJVMTest {
|
||||
|
||||
Reference in New Issue
Block a user