Ignore 2 tests in Native: default arguments got from expect declarations there
This commit is contained in:
committed by
Pavel Punegov
parent
5140e674b4
commit
7c2c4e68ce
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
// !LANGUAGE: +MultiPlatformProjects
|
// !LANGUAGE: +MultiPlatformProjects
|
||||||
// IGNORE_BACKEND: JVM_IR, JS_IR
|
// IGNORE_BACKEND: JVM_IR, JS_IR, NATIVE
|
||||||
// FILE: common.kt
|
// FILE: common.kt
|
||||||
|
|
||||||
public expect fun <T> Array<out T>.copyInto(
|
public expect fun <T> Array<out T>.copyInto(
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
// !LANGUAGE: +MultiPlatformProjects
|
// !LANGUAGE: +MultiPlatformProjects
|
||||||
// IGNORE_BACKEND: JVM_IR, JS_IR
|
// IGNORE_BACKEND: JVM_IR, JS_IR, NATIVE
|
||||||
// FILE: common.kt
|
// FILE: common.kt
|
||||||
|
|
||||||
expect interface I {
|
expect interface I {
|
||||||
|
|||||||
Reference in New Issue
Block a user