[FIR-TEST] Fix diff between FIR and old FE testdata

This commit is contained in:
Dmitriy Novozhilov
2020-03-27 16:39:02 +03:00
parent b0d96eb140
commit a1d81aa15f
@@ -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<PsiMethod, PsiClass>(
Function { method: PsiMethod? -> method?.containingClass }
)