Do not reference java.util in tests that run on JS backend.
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
// WITH_RUNTIME
|
||||
|
||||
import java.util.*
|
||||
|
||||
fun box(): String {
|
||||
val hashMap = HashMap<String, Int>()
|
||||
hashMap.put("one", 1)
|
||||
|
||||
Reference in New Issue
Block a user