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

super should be allowed in classes by default #87

Closed
nzakas opened this issue Mar 10, 2015 · 1 comment
Closed

super should be allowed in classes by default #87

nzakas opened this issue Mar 10, 2015 · 1 comment

Comments

@nzakas
Copy link
Member

nzakas commented Mar 10, 2015

Right now, I need to enable classes and superInFunctions in order to use super() in a class. Classes should always be allowed to use super regardless of the superInFunctions flag.

@nzakas
Copy link
Member Author

nzakas commented Mar 14, 2015

Working on this.

@nzakas nzakas closed this as completed in 6cae452 Mar 14, 2015
nzakas added a commit that referenced this issue Mar 14, 2015
Fix: Allow super in classes by default (fixes #87)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant