Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AnyRef does not name a parent class of Ref #12925

Open
noresttherein opened this issue Jan 6, 2024 · 1 comment
Open

AnyRef does not name a parent class of Ref #12925

noresttherein opened this issue Jan 6, 2024 · 1 comment
Milestone

Comments

@noresttherein
Copy link

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.

@SethTisue SethTisue added this to the Backlog milestone Jan 26, 2024
@SethTisue
Copy link
Member

3.4.0-RC3 is affected as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants