mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
meaningful toString
This commit is contained in:
@@ -307,7 +307,7 @@ public class ClsTypeParameterImpl extends ClsRepositoryPsiElement<PsiTypeParamet
|
||||
|
||||
@NonNls
|
||||
public String toString() {
|
||||
return "PsiTypeParameter";
|
||||
return "PsiTypeParameter:" + getName();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user