Mute tests with standard collection extensions in native
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// IGNORE_BACKEND: NATIVE
|
||||
|
||||
open class A0<E> : MutableList<E> {
|
||||
override fun add(element: E): Boolean {
|
||||
throw UnsupportedOperationException()
|
||||
|
||||
Reference in New Issue
Block a user