amplifying-fsharp / sessions

10 stars 0 forks source link

New session about Compiler error reporting : Indexer/property is allowed to have mismatched value type #3

Closed edgarfgp closed 11 months ago

edgarfgp commented 1 year ago

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

type T() =
    member x.Item
        with get (index: int): string = ""
        and set (index: int) (value: float) = ()
Screenshot 2023-02-26 at 18 01 42
edgarfgp commented 11 months ago

Completed by https://github.com/dotnet/fsharp/pull/16023