This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix broken provides references when attempting to search for injectio…
…n sources on a constructor annotated with @Inject. Details: - PsiConsultantImpl.getReturnClassFromMethod returns null when the method is a constructor. This patch fixes this function to return the containing class associated with the constructor.
- Loading branch information