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

[BUG] Outline view doesn't correctly handle a method def with keyword params #374

Closed
aviatesk opened this issue Sep 24, 2019 · 0 comments · Fixed by JunoLab/Atom.jl#184
Closed
Labels

Comments

@aviatesk
Copy link
Member

MRE

function (arg, defarg = 0; kwarg = 1)
  @show arg, defarg, kwarg
end

and the outline view would show func(arg,defarg=0kwarg=1), while we expect func(arg,defarg=0;kwarg=1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant