You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR fixes a bug where we were wrapping all PsiMethods to
JavaMethodImpl without checking if they are constructor.
Both cases, we were wrapping them to find the containing class,
so I've added an extension function to ModuleClassResolver
to find containing descriptor via PsiMethod which abstracts
this resolution.
Test: extended resolveJavaType and signatureMapper tests to trigger
the crash
Fixes: google#265
0 commit comments