Skip to content

Error for partial implementation of interface with static and non static abstract members - #17160

Merged
T-Gro merged 5 commits into
dotnet:mainfrom
edgarfgp:fix-17138
May 17, 2024
Merged

Error for partial implementation of interface with static and non static abstract members#17160
T-Gro merged 5 commits into
dotnet:mainfrom
edgarfgp:fix-17138

Conversation

@edgarfgp

@edgarfgpedgarfgp commented May 16, 2024

Copy link
Copy Markdown
Contributor

Description

Fixes#17138

Checklist

  • Test cases added
  • Release notes entry updated

@github-actions

github-actionsBot commented May 16, 2024

Copy link
Copy Markdown
Contributor

❗ Release notes required


✅ Found changes and release notes in following paths:

Change pathRelease notes pathDescription
src/Compilerdocs/release-notes/.FSharp.Compiler.Service/8.0.400.md

Comment threadsrc/Compiler/Checking/MethodOverrides.fs
@edgarfgp
edgarfgp marked this pull request as ready for review May 16, 2024 19:56
@edgarfgp
edgarfgp requested a review from a team as a code ownerMay 16, 2024 19:56
@T-Gro
T-Gro enabled auto-merge (squash) May 17, 2024 10:28
@T-Gro
T-Gro merged commit c83adae into dotnet:mainMay 17, 2024
@edgarfgp

Copy link
Copy Markdown
ContributorAuthor

👍

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

No compile-time error for partial implementation of interface with static abstract members

4 participants

@edgarfgp@vzarytovskii@psfinaki@T-Gro