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
Unfortunatly, this cannot really be split into smaller pieces. It basically does the following:
- Move all inference related functions out of the symbol resolve
- Try to restrict / remove calls to the legacy `resolveReference` function
Fixes#1769Fixes#1771
Unfortunatly, this cannot really be split into smaller pieces. It basically does the following:
- Move all inference related functions out of the symbol resolve
- Try to restrict / remove calls to the legacy `resolveReference` function
Fixes#1769Fixes#1771
Let's move them to a dedicated file, such as
InferenceHelper.kt
and clean up some of their naming, e.g. avoid names likecreateMethodDummies
.The text was updated successfully, but these errors were encountered: