[FIR-TEST] Fix diff between FIR and old FE testdata
This commit is contained in:
@@ -22,7 +22,6 @@ interface PsiMethod {
|
|||||||
interface PsiClass
|
interface PsiClass
|
||||||
|
|
||||||
fun test() {
|
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>(
|
val processor = AdapterProcessor<PsiMethod, PsiClass>(
|
||||||
Function { method: PsiMethod? -> method?.containingClass }
|
Function { method: PsiMethod? -> method?.containingClass }
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user