mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
spec: no capture conversion applicable for array type; capture conversion must be applied for array access expression type; javac: no capture conversion is applicable for array access expressions with write access (IDEA-157295)
This commit is contained in:
@@ -815,10 +815,6 @@ public final class PsiUtil extends PsiUtilCore {
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (type instanceof PsiArrayType) {
|
||||
return captureToplevelWildcards(((PsiArrayType)type).getComponentType(), context).createArrayType();
|
||||
}
|
||||
|
||||
return type;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user