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 sparse(x: Int): Int {
|
||||
return when ((x % 4) * 100) {
|
||||
100 -> 1
|
||||
|
||||
Reference in New Issue
Block a user