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

Support static abstract member declarations #212

Merged
merged 2 commits into from
Jun 5, 2024

Conversation

brianrourkeboll
Copy link
Contributor

#nowarn "3535"

type IFace =
    static abstract M : unit
    static abstract member N : unit

Before

image

After

image

@baronfel baronfel merged commit 630de76 into ionide:master Jun 5, 2024
@baronfel
Copy link

baronfel commented Jun 5, 2024

You rock!

@brianrourkeboll brianrourkeboll deleted the static-abstract branch June 5, 2024 21:28
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