-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Provide a helper function to find DeclareType
declarations for type name
#1770
Comments
Was implemented by #1781 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
We need to look up declarations who implement
DeclareType
in both the type resolver as well as theResolveCallExpressionAmbiguityPass
. We should harmonize this logic into a new function, e.g.findTypeDeclaration
.The text was updated successfully, but these errors were encountered: