Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always have a FindUsagesProvider#getType
All function name elements act as PsiNameIdentifiers now even if they don't resolve, but that means they all need to support FindUsagesProvider#getType, which they don't, so use a placeholder of "unknown call type" for any Call that can't be matched and "unkown element" for anything else.
- Loading branch information