From a067d138e9eac069708bd020dca0eb35f0b4a2dd Mon Sep 17 00:00:00 2001 From: Mikhail Zarechenskiy Date: Thu, 18 Jun 2020 12:41:27 +0300 Subject: [PATCH] Enable test for new inference after df1595e4 Follow up KT-37149 --- compiler/testData/codegen/box/javaInterop/samTypeParameter.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler/testData/codegen/box/javaInterop/samTypeParameter.kt b/compiler/testData/codegen/box/javaInterop/samTypeParameter.kt index 36a0116a509..d48bd83eb41 100644 --- a/compiler/testData/codegen/box/javaInterop/samTypeParameter.kt +++ b/compiler/testData/codegen/box/javaInterop/samTypeParameter.kt @@ -1,5 +1,3 @@ -// TODO: new inference doesn't do SAM conversion in this case. KT-37149 -// !LANGUAGE: -NewInference // TARGET_BACKEND: JVM // IGNORE_BACKEND_FIR: JVM_IR // FILE: Generic.java