[K/N][test] Ignore test that extends final ArrayList (in K/N)

This commit is contained in:
Pavel Punegov
2022-01-12 19:22:30 +03:00
committed by Space
parent 751e618d83
commit 49b6545268
@@ -1,6 +1,7 @@
// WITH_STDLIB
// IGNORE_BACKEND: WASM
// WASM_MUTE_REASON: STDLIB_COLLECTION_INHERITANCE
// IGNORE_BACKEND: NATIVE
open class A : ArrayList<String>()