Ignore 2 tests in Native: default arguments got from expect declarations there

This commit is contained in:
Pavel Punegov
2018-09-27 17:27:44 +03:00
committed by Pavel Punegov
parent 5140e674b4
commit 7c2c4e68ce
2 changed files with 2 additions and 2 deletions
@@ -1,5 +1,5 @@
// !LANGUAGE: +MultiPlatformProjects
// IGNORE_BACKEND: JVM_IR, JS_IR
// IGNORE_BACKEND: JVM_IR, JS_IR, NATIVE
// FILE: common.kt
public expect fun <T> Array<out T>.copyInto(
@@ -1,5 +1,5 @@
// !LANGUAGE: +MultiPlatformProjects
// IGNORE_BACKEND: JVM_IR, JS_IR
// IGNORE_BACKEND: JVM_IR, JS_IR, NATIVE
// FILE: common.kt
expect interface I {