-
Notifications
You must be signed in to change notification settings - Fork 73
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
Missing super identifier #50
Comments
That isn't how |
It needs to show up as a reference somehow to have a complete picture of what's happening. How would you recommend that be done? |
edit: Ah, I think I understand. You can use the |
Not exactly. I suppose what I'm really asking for is for |
Agreed. 👍 |
LGTM. |
How |
|
I remember that |
Oh yeah, there's |
@nzakas |
In class methods, there should be a
super
identifier prepopulated in the scope (similar tothis
andarguments
).The text was updated successfully, but these errors were encountered: