tests: Mute tests with java collection inheritance

This commit is contained in:
Ilya Matveev
2017-03-09 14:11:23 +03:00
committed by ilmat192
parent e815aa3f73
commit 60bcc50340
10 changed files with 13 additions and 1 deletions
@@ -1,3 +1,5 @@
// IGNORE_BACKEND: NATIVE
class N() : ArrayList<Any>() {
override fun add(el: Any) : Boolean {
if (!super<ArrayList>.add(el)) {