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

bestNodeFor: seems to not work for Temp Definition #65

Closed
MarcusDenker opened this issue Jul 19, 2019 · 1 comment
Closed

bestNodeFor: seems to not work for Temp Definition #65

MarcusDenker opened this issue Jul 19, 2019 · 1 comment

Comments

@MarcusDenker
Copy link

see this example:

ast := RBParser parseMethod: 'test
| te|'.

ast bestNodeFor: (10 to: 10)

Here we would expect the Temp node that is the temp definition to be returned

@myroslavarm
Copy link
Owner

fixed

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

2 participants