Session on Compiler error reporting
Edgar Gonzalez, from FundOurselves, in Greenwich Mean Time would like to tackle:
dotnet/fsharp#9232
Extra
Indexer/property is allowed to have mismatched value type #9232
type T() =
member x.Item
with get (index: int): string = ""
and set (index: int) (value: float) = ()
