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,3 +1,4 @@
// IGNORE_BACKEND: NATIVE
// WITH_RUNTIME
class Itr : Iterator<String> by ArrayList<String>().iterator()