-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Demo Owning Type Arguments #714
Demo Owning Type Arguments #714
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I realise this wasn't clear the way I filed the issue, but I was thinking of using the parameter names, not the types. The reason is that there can be two parameters of the same type, but they would have different names.
I think that'd be fantastic! Fixes for using parameter names are in. I'll open an issue for adding more context in |
Just one note, if the parameter is the |
I think |
Adds
FunctionOwningType:ParameterType
as a default way of labeling parameters.Fixes #713, intended to fix #611 as well.