Do not reference java.util in tests that run on JS backend.
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
fun foo() {
|
||||
val l = java.util.ArrayList<Int>(2)
|
||||
val l = ArrayList<Int>(2)
|
||||
l.add(1)
|
||||
|
||||
for (el in l) {}
|
||||
|
||||
Reference in New Issue
Block a user