From f413da3e588de8afea6e190d36487833b41f7100 Mon Sep 17 00:00:00 2001 From: Igor Chevdar Date: Thu, 24 Oct 2019 19:08:49 +0300 Subject: [PATCH] Turned off test for native It fixes current JVM BE behavior but seems like this should've been a FE error. --- .../codegen/box/defaultArguments/useNextParamInLambda.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/testData/codegen/box/defaultArguments/useNextParamInLambda.kt b/compiler/testData/codegen/box/defaultArguments/useNextParamInLambda.kt index 1fc4c02166d..241159dd065 100644 --- a/compiler/testData/codegen/box/defaultArguments/useNextParamInLambda.kt +++ b/compiler/testData/codegen/box/defaultArguments/useNextParamInLambda.kt @@ -1,4 +1,4 @@ -// IGNORE_BACKEND: JS, JS_IR +// IGNORE_BACKEND: JS, JS_IR, NATIVE fun f( f1: () -> String = { f2() },