forked from dotnet/fsharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix virtual static call (dotnet#17013)
* Fix calling virtual static methods via interface * InterfaceTests: fix test label and minor code cleanup * 8.0.300: add fix to release notes * InterfaceTests: fix braces in quoted code * StaticsInInterfaces: clarify test cases on virtual static * StaticsInInterfaces: test SRTP works with overridden virtual static methods * StaticInInterfaces: add back white spaces Required for IL comparison. * Release notes * Update 8.0.400.md * Update 8.0.400.md --------- Co-authored-by: Kevin Ransom (msft) <[email protected]> Co-authored-by: Vlad Zarytovskii <[email protected]> Co-authored-by: Petr <[email protected]>
- Loading branch information
1 parent
807d41d
commit 98250ef
Showing
4 changed files
with
59 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters