From 8955d247b19ee9188f291b27a9177434d7aa5443 Mon Sep 17 00:00:00 2001 From: Pavel Punegov Date: Thu, 29 Mar 2018 14:53:59 +0300 Subject: [PATCH] Ignore test that fail due to KT-23284 --- .../functionExpression/functionExpressionWithThisReference.kt | 1 + 1 file changed, 1 insertion(+) 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}