backend/tests/external: Mute tests with java collection inheritance
This commit is contained in:
committed by
SvyatoslavScherbina
parent
7f72c1c037
commit
06ba63af06
+2
@@ -1,3 +1,5 @@
|
|||||||
|
// IGNORE_BACKEND: NATIVE
|
||||||
|
|
||||||
interface A : Set<String>
|
interface A : Set<String>
|
||||||
|
|
||||||
class B : A, HashSet<String>()
|
class B : A, HashSet<String>()
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// IGNORE_BACKEND: NATIVE
|
||||||
|
|
||||||
class IntArrayList(): ArrayList<Int>() {
|
class IntArrayList(): ArrayList<Int>() {
|
||||||
override fun get(index: Int): Int = super.get(index)
|
override fun get(index: Int): Int = super.get(index)
|
||||||
|
|||||||
Reference in New Issue
Block a user