diff --git a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/expectPropertyAsDefaultArgument.kt b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/expectPropertyAsDefaultArgument.kt index 1a4da2f01a8..997770e35f8 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/expectPropertyAsDefaultArgument.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/defaultArguments/expectPropertyAsDefaultArgument.kt @@ -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