Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

refining method of Java superclass twice #6298

Closed
gavinking opened this issue Jun 6, 2016 · 1 comment
Closed

refining method of Java superclass twice #6298

gavinking opened this issue Jun 6, 2016 · 1 comment
Assignees
Milestone

Comments

@gavinking
Copy link
Contributor

gavinking commented Jun 6, 2016

The typechecker accepts this:

class V() extends Visitor() {
    shared actual void visit(Tree.AnnotationList? annotationList) {}
    shared actual void visit(Tree.AnnotationList? annotationList) {}
}
@gavinking gavinking added the t-bug label Jun 6, 2016
@gavinking gavinking added this to the 1.2.3 milestone Jun 6, 2016
@gavinking gavinking self-assigned this Jun 6, 2016
@gavinking
Copy link
Contributor Author

Dupe of #4563.

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

No branches or pull requests

2 participants