From a1d81aa15f4cc983ae46ec6519036a4a6662d1ef Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Fri, 27 Mar 2020 16:39:02 +0300 Subject: [PATCH] [FIR-TEST] Fix diff between FIR and old FE testdata --- .../diagnostics/tests/functionLiterals/lambdaInLambda2.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/testData/diagnostics/tests/functionLiterals/lambdaInLambda2.kt b/compiler/testData/diagnostics/tests/functionLiterals/lambdaInLambda2.kt index 03278a8314d..cda5ee1c466 100644 --- a/compiler/testData/diagnostics/tests/functionLiterals/lambdaInLambda2.kt +++ b/compiler/testData/diagnostics/tests/functionLiterals/lambdaInLambda2.kt @@ -22,7 +22,6 @@ interface PsiMethod { interface PsiClass fun test() { - // TODO: don't forget to implement preservation flexibility of java type parameters in FIR (this is the reason of error here) val processor = AdapterProcessor( Function { method: PsiMethod? -> method?.containingClass } )