No warnings/errors are produced for the following code: ```fsharp type T() = member x.Item with get (index: int): string = "" and set (index: int) (value: float) = () ``` There's a wrong signature for the setter in `fsi`: <img width="362" alt="Screenshot 2020-05-19 at 20 53 46" src="https://user-images.githubusercontent.com/3923587/82361023-eb8a0000-9a12-11ea-872a-6e586b8c68b7.png"> A tooltip for the property doesn't show the setter at all: <img width="418" alt="Screenshot 2020-05-19 at 20 53 59" src="https://user-images.githubusercontent.com/3923587/82361028-ecbb2d00-9a12-11ea-996e-f8e49d2870eb.png">
No warnings/errors are produced for the following code:
There's a wrong signature for the setter in

fsi:A tooltip for the property doesn't show the setter at all:
