### Session on Compiler error reporting Edgar Gonzalez, from FundOurselves, in Greenwich Mean Time would like to tackle: https://github.com/dotnet/fsharp/issues/9232 #### Extra Indexer/property is allowed to have mismatched value type #9232 ```fsharp type T() = member x.Item with get (index: int): string = "" and set (index: int) (value: float) = () ``` <img width="466" alt="Screenshot 2023-02-26 at 18 01 42" src="https://user-images.githubusercontent.com/31915729/221424981-be85adbb-b719-4e9f-85b3-24bff259d5df.png">