Minor. Useful toString in PsiMemberWrapper.
This commit is contained in:
+5
@@ -64,4 +64,9 @@ public abstract class PsiMemberWrapper {
|
||||
}
|
||||
return signatureAnnotation;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return psiMember.getText();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user