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.
package dotty.tools.util import scala.collection.mutable class Whatever[A] extends mutable.Set[A] { private[this] var count = 0 count = 0 }
Fails with:
-- Error: local/set.scala:7:8 -------------------------------------------------- 7 | count = 0 | ^^^^^^^^^ | reassignment to val