Skip to content

Add 'abstract' keyword to constructor type syntax. #861

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

Merged
merged 1 commit into from
Mar 9, 2021

Conversation

rbuckton
Copy link

@rbuckton rbuckton commented Mar 9, 2021

@rbuckton rbuckton requested a review from sheetalkamat March 9, 2021 17:58
@@ -2443,9 +2443,10 @@ repository:
type-fn-type-parameters:
patterns:
# constructor type
- begin: '{{startOfIdentifier}}(new)\b(?=\s*\<)'
- begin: '{{startOfIdentifier}}(?:(abstract)\s+)?(new)\b(?=\s*\<)'
Copy link
Member

Choose a reason for hiding this comment

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

@rbuckton rbuckton force-pushed the abstractConstructorTypes branch from ace1150 to db4bfc6 Compare March 9, 2021 19:30
@sheetalkamat sheetalkamat merged commit 10e222a into master Mar 9, 2021
@sheetalkamat sheetalkamat deleted the abstractConstructorTypes branch March 9, 2021 21:21
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

Successfully merging this pull request may close these issues.

2 participants