mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
do not rebound captured wildcard (IDEA-57325)
This commit is contained in:
@@ -168,6 +168,7 @@ public class PsiSubstitutorImpl implements PsiSubstitutor {
|
||||
}
|
||||
}
|
||||
if (!wildcard.isBounded()) return PsiWildcardType.createUnbounded(wildcardType.getManager());
|
||||
return newBound;
|
||||
}
|
||||
|
||||
return rebound(wildcardType, newBound);
|
||||
|
||||
Reference in New Issue
Block a user