Methods are not tagged as methods in tooltips
Open
Area-FCS
Bug
Impact-Low
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 133
Description
With recent changes the `Method` name below is tagged as `Member` and not as `Method` in a tooltip:
```fsharp
type T() =
member x.Method() = ()
```
Presumably it's a regression in #9563.
Contributor guide
Assessment
This issue has not been assessed yet.