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

Handle superclass with identical name #98

Merged
merged 1 commit into from May 24, 2024

Conversation

wagenet
Copy link
Contributor

@wagenet wagenet commented Dec 21, 2021

No description provided.

end

class Bar
class Foo < Foo
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Previously, this would look for Bar::Foo instead of ::Foo.

mame added a commit to mame/typeprof that referenced this pull request May 24, 2024
Co-Authored-by: Peter Wagenet <peter.wagenet@gmail.com>
@mame mame merged commit 2306428 into ruby:master May 24, 2024
mame added a commit that referenced this pull request May 24, 2024
Co-Authored-by: Peter Wagenet <peter.wagenet@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants