Duplicate member signature error is not reported in signature files
Open
Area-Compiler-Checking
Bug
Impact-Medium
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 144
Description
There're two signatures of `FSharpMemberOrFunctionOrValue.IsFunction` in the signature file, and the error is not reported:
https://github.com/dotnet/fsharp/blob/0e8f267ff6ec8c09087c1dd5c5e1135215831661/src/Compiler/Symbols/Symbols.fsi#L937
https://github.com/dotnet/fsharp/blob/0e8f267ff6ec8c09087c1dd5c5e1135215831661/src/Compiler/Symbols/Symbols.fsi#L943
The issue was requested in a comment: https://github.com/dotnet/fsharp/pull/13824#discussion_r979231990.
Contributor guide
Assessment
This issue has not been assessed yet.