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

Fix unexpected add_call call #358

Merged
merged 1 commit into from
Mar 27, 2021
Merged

Fix unexpected add_call call #358

merged 1 commit into from
Mar 27, 2021

Conversation

soutaro
Copy link
Owner

@soutaro soutaro commented Mar 27, 2021

super calls with unresolved overloading result in undefined method "add_call". This is to fix the add_call error.

The type checking still fails, because of UnresolvedOverloading.

Related to #332.
Fixes #345.

@soutaro soutaro merged commit e0479cc into master Mar 27, 2021
@soutaro soutaro deleted the unexpected-add_call branch March 27, 2021 14:11
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

Successfully merging this pull request may close these issues.

Fix UnexpectedError: undefined method `add_call' for nil:NilClass
1 participant