Mute tests with standard collection extensions in native

This commit is contained in:
Ilya Matveev
2017-03-09 16:49:39 +03:00
committed by ilmat192
parent 29e5ad5abe
commit eda43c8b45
16 changed files with 24 additions and 1 deletions
+1
View File
@@ -1,3 +1,4 @@
// IGNORE_BACKEND: NATIVE
class IntArrayList(): ArrayList<Int>() {
override fun get(index: Int): Int = super.get(index)