mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
present captured wildcards in quick doc e.g. class.getTypeParameters
This commit is contained in:
@@ -1506,6 +1506,10 @@ public class JavaDocInfoGenerator {
|
||||
}
|
||||
}
|
||||
|
||||
if (type instanceof PsiCapturedWildcardType) {
|
||||
type = ((PsiCapturedWildcardType)type).getWildcard();
|
||||
}
|
||||
|
||||
if (type instanceof PsiWildcardType){
|
||||
PsiWildcardType wt = ((PsiWildcardType)type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user