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

Fix goto-definition from method call inside block #518

Merged
merged 1 commit into from
Mar 20, 2022
Merged

Conversation

soutaro
Copy link
Owner

@soutaro soutaro commented Mar 20, 2022

array.each do |x|
  x.foo()       # Goto from the `foo` didn't work
end

@soutaro soutaro enabled auto-merge March 20, 2022 11:56
@soutaro soutaro merged commit 06e8b99 into master Mar 20, 2022
@soutaro soutaro deleted the fix-goto branch March 20, 2022 12:00
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

Successfully merging this pull request may close these issues.

1 participant