Skip to content

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

@edgarfgp

Description

@edgarfgp

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) = ()

Screenshot 2023-02-26 at 18 01 42

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions