Skip to content

Scaladoc does not show this.type result type #15426

Closed
@som-snytt

Description

@som-snytt

What's the problem

https://www.scala-lang.org/api/current/scala/collection/mutable/Growable.html#addOne(elem:A):Growable.this.type

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

def addOne(elem: A): Growable[A]

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions