Skip to content

Conversation

@andrewbranch
Copy link
Member

More #43660

abstract override seems to be the conventional order in C#, Scala, and Kotlin, though it’s a little hard to search for since you get a lot of English phrases like “how to override abstract member.” But the vast majority of actual code samples that turn up seem to be abstract override.

@typescript-bot typescript-bot added Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Apr 26, 2021
}

abstract class Test5 extends Base {
override abstract m1(): void; // error
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did you miss update to the test?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep

@andrewbranch andrewbranch merged commit a14b227 into microsoft:master Apr 28, 2021
@andrewbranch andrewbranch deleted the bug/override-abstract-order branch April 28, 2021 23:41
@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants