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

new keyword defaults to calling namespace #203

Closed
georgejecook opened this issue Oct 10, 2020 · 0 comments · Fixed by #208
Closed

new keyword defaults to calling namespace #203

georgejecook opened this issue Oct 10, 2020 · 0 comments · Fixed by #208
Labels
bug Something isn't working

Comments

@georgejecook
Copy link
Contributor

namespace Tests
  function example()
    manager = new Manager() ' this class lookup is done as `Tests.Manager`, and therefore fails.
end namespace

I fix this by doing the following:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant