Skip to content

Scaladoc doesn't generate abstract override modifier for mixins #22780

Closed
@hamzaremmal

Description

@hamzaremmal

Compiler version

3.6.3

Minimized code

I'm pointing to the only abstract override in the scala2 part of the stdlib: https://www.scala-lang.org/api/3.6.3/scala/collection/BitSetOps.html#diff-703

Otherwise, this might be a minimisation:

trait Foo:
  def foo: Int

trait IncFoo extends Foo:
  abstract override def foo: Int = super.foo + 1

Expectation

Scaladoc should be add the abstract override modifier for mixins.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions