We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The description in the ScalaDoc of Any.eqauls() states:
"Compares the receiver object (this) with the argument object (that) for equivalence."
but the argument name is "arg0". The description and method declaration should be the same.