diff --git a/backend.native/tests/external/codegen/box/functions/functionExpression/functionExpressionWithThisReference.kt b/backend.native/tests/external/codegen/box/functions/functionExpression/functionExpressionWithThisReference.kt index a9e1d43173e..7d62448bf94 100644 --- a/backend.native/tests/external/codegen/box/functions/functionExpression/functionExpressionWithThisReference.kt +++ b/backend.native/tests/external/codegen/box/functions/functionExpression/functionExpressionWithThisReference.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE fun Int.thisRef1() = fun () = this fun Int.thisRef2() = fun (): Int {return this}