Skip to content
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

Arguments of methods with where clause aren't detected as local bindings #404

Closed
aviatesk opened this issue Oct 22, 2019 · 0 comments
Closed

Comments

@aviatesk
Copy link
Member

MPE:

function test(args::T) where {T}
    tmp = 10
    |
end

and args doesn't show up in local completions, etc.

@aviatesk aviatesk changed the title Arguments of methods with where clause can be detected as local bindings Arguments of methods with where clause aren't detected as local bindings Oct 22, 2019
aviatesk added a commit to JunoLab/Atom.jl that referenced this issue Oct 22, 2019
pfitzseb added a commit to JunoLab/Atom.jl that referenced this issue Oct 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant