Closed
Description
What's the problem
abstract def addOne(elem: A): Growable.this.type
or snipped of markdown
abstract def addOne(elem: A): Growable.this.type
https://www.scala-lang.org/api/3.1.2/scala/collection/mutable/Growable.html#addOne-b4a
or snipped of markdown
def addOne(elem: A): Growable[A]
Expectation
The Scala 3 Scaladoc should show the correct result type, as in Scala 2.