Ignore K2 expectPropertyAsDefaultArgument.kt test for K1/Native

It is not supposed to work with K1 on Native due to test infrastructure
limitations, and actually fails in one of the compilation modes in
nightly tests.
This commit is contained in:
Svyatoslav Scherbina
2023-04-18 10:29:39 +02:00
committed by Space Team
parent 50f82c9094
commit 54c07f5ebb
@@ -1,4 +1,4 @@
// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6
// IGNORE_BACKEND_K1: JS, JS_IR, JS_IR_ES6, NATIVE
// !LANGUAGE: +MultiPlatformProjects
// ISSUE: KT-57263