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.ArrayList
|
||||
|
||||
fun dense(x: Int): Int {
|
||||
return when (x) {
|
||||
-4 -> 9
|
||||
|
||||
Reference in New Issue
Block a user