mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix ?extends in canonical names (a quick fix for EA-31610, EA-31590)
This commit is contained in:
@@ -37,6 +37,8 @@ def extractIterableParameter(PsiType type) {
|
||||
}
|
||||
|
||||
private String removeWildcard(String componentType) {
|
||||
componentType = componentType.replace("?extends", "? extends ")
|
||||
|
||||
if (componentType?.startsWith(Constants.WILDCARD_PREFIX)) {
|
||||
return componentType.substring(Constants.WILDCARD_PREFIX.size())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user