From aa48f2e3638807868c4d21f1796a286bf3441bac Mon Sep 17 00:00:00 2001 From: Mikhail Zarechenskiy Date: Wed, 22 Jan 2020 15:33:56 +0300 Subject: [PATCH] Unmute test about fun interfaces for JVM IR --- .../compileKotlinAgainstKotlin/useDeserializedFunInterface.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/testData/compileKotlinAgainstKotlin/useDeserializedFunInterface.kt b/compiler/testData/compileKotlinAgainstKotlin/useDeserializedFunInterface.kt index 39b3a1bebdc..06c13da3428 100644 --- a/compiler/testData/compileKotlinAgainstKotlin/useDeserializedFunInterface.kt +++ b/compiler/testData/compileKotlinAgainstKotlin/useDeserializedFunInterface.kt @@ -1,5 +1,4 @@ // !LANGUAGE: +NewInference +FunctionalInterfaceConversion +SamConversionPerArgument +SamConversionForKotlinFunctions -// IGNORE_BACKEND: JVM_IR // FILE: A.kt