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

Compiler: super is only special if it doesn't have a receiver #10011

Merged
merged 1 commit into from
Dec 3, 2020

Conversation

asterite
Copy link
Member

@asterite asterite commented Dec 2, 2020

Fixes #10004

@asterite asterite added kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:compiler labels Dec 2, 2020
@straight-shoota straight-shoota added this to the 1.0.0 milestone Dec 2, 2020
@asterite asterite merged commit e634ee5 into master Dec 3, 2020
@asterite asterite deleted the bug/super-as-obj-call branch December 3, 2020 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:compiler
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compiler bug when a function named "super" is used with instance_var.
3 participants