Do not reference java.util in tests that run on JS backend.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import java.util.ArrayList
|
||||
|
||||
class N() : ArrayList<Any>() {
|
||||
override fun add(el: Any) : Boolean {
|
||||
if (!super<ArrayList>.add(el)) {
|
||||
|
||||
Reference in New Issue
Block a user