bug icon indicating copy to clipboard operation
bug copied to clipboard

`AnyRef` does not name a parent class of `Ref`

Open noresttherein opened this issue 1 year ago • 1 comments

Reproduction steps

Scala version: 2.13.11

	class Ref extends AnyRef {
		override def clone :Ref = super[AnyRef].clone
	}

Problem

AnyRef does not name a parent class of class Ref
		override def clone :Ref = super[AnyRef].clone

Not much of an issue, since Object works, but still.

noresttherein avatar Jan 06 '24 19:01 noresttherein

3.4.0-RC3 is affected as well.

SethTisue avatar Jan 26 '24 22:01 SethTisue