Do not reference java.util in tests that run on JS backend.
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
// TODO: muted automatically, investigate should it be ran for JS or not
|
||||
// IGNORE_BACKEND: JS
|
||||
|
||||
import java.util.ArrayList
|
||||
import java.util.Arrays
|
||||
|
||||
|
||||
abstract class A {
|
||||
abstract fun foo(): List<String>
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import java.util.*
|
||||
// WITH_RUNTIME
|
||||
|
||||
open class Content() {
|
||||
override fun toString() = "OK"
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
import java.util.ArrayList
|
||||
|
||||
open class BaseStringList: ArrayList<String>() {
|
||||
}
|
||||
|
||||
|
||||
-2
@@ -1,7 +1,5 @@
|
||||
// TODO: muted automatically, investigate should it be ran for JS or not
|
||||
// IGNORE_BACKEND: JS
|
||||
|
||||
import java.util.ArrayList
|
||||
import java.util.Arrays
|
||||
|
||||
interface A {
|
||||
|
||||
Reference in New Issue
Block a user