From 3d28945ecbe2fa7ae3a7bd49e58042bf518647f1 Mon Sep 17 00:00:00 2001 From: Mikhail Zarechenskiy Date: Thu, 13 Feb 2020 12:08:10 +0300 Subject: [PATCH] [NI] Disable feature explicitly as it's required in test --- ...yAsVarargAfterSamArgumentWithoutSamConversionsPerArgument.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/testData/codegen/box/sam/arrayAsVarargAfterSamArgumentWithoutSamConversionsPerArgument.kt b/compiler/testData/codegen/box/sam/arrayAsVarargAfterSamArgumentWithoutSamConversionsPerArgument.kt index a64da0de458..7d62833348a 100644 --- a/compiler/testData/codegen/box/sam/arrayAsVarargAfterSamArgumentWithoutSamConversionsPerArgument.kt +++ b/compiler/testData/codegen/box/sam/arrayAsVarargAfterSamArgumentWithoutSamConversionsPerArgument.kt @@ -1,4 +1,4 @@ -// !LANGUAGE: +NewInference +SamConversionForKotlinFunctions +// !LANGUAGE: +NewInference +SamConversionForKotlinFunctions -SamConversionPerArgument // IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM