Skip to content

Fixing signatures of universal methods on Any and AnyRef. #4772

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

Merged
merged 1 commit into from
Oct 5, 2015

Conversation

vjovanov
Copy link
Contributor

Methods getClass, isInstanceOf, asInstanceOf, notify, notifyAll, and wait should be final.
Method getClass should exist only on Any.

I am considering this a documentation change as this file is not linked. Review by @heathermiller

Methods `getClass`, `isInstanceOf`, `asInstanceOf`, `notify`, `notifyAll`, and `wait` should be final.
Method `getClass` should exist only on Any.
@SethTisue
Copy link
Member

LGTM

lrytz added a commit that referenced this pull request Oct 5, 2015
Fixing signatures of universal methods on `Any` and `AnyRef`.
@lrytz lrytz merged commit 3bdef03 into scala:2.12.x Oct 5, 2015
@SethTisue
Copy link
Member

thanks, Vojin, for catching this, and for submitting a fix.

@vjovanov
Copy link
Contributor Author

vjovanov commented Oct 5, 2015

It was on my was as I was defining virtualization for Scala. Thanks for merging quickly!

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.

4 participants