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