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

Fix (static) abstract member declarations #220

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

kojo12228
Copy link
Contributor

@kojo12228 kojo12228 commented Sep 7, 2024

#212 introduced support for static abstract, but in doing so accidentally required the space (\s+) before the abstract, breaking abstract member. This PR makes it so we only expect the \s+ if we've seen static.

Before the change:

image

After the change:

image

@baronfel
Copy link

baronfel commented Sep 7, 2024

Thanks! We'll get a release out this weekend with this in Ionide.

@baronfel baronfel merged commit c62c784 into ionide:master Sep 7, 2024
@kojo12228 kojo12228 deleted the fix-abstract-member-2 branch September 7, 2024 13:54
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