Do not reference java.util in tests that run on JS backend.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import java.util.*
|
||||
|
||||
operator fun <K, V> MutableMap<K, V>.set(k : K, v : V) = put(k, v)
|
||||
|
||||
fun box() : String {
|
||||
|
||||
Reference in New Issue
Block a user