Skip to content

Replace with underscore code fix should not be proposed for class identifiers #15624

Description

@psfinaki

This actually breaks the code:

bugger.mp4
type Animal(name:string) =
    member val Name = name with get, set

type Dog(name:string) as this = 
    inherit Animal(name)

    member this.Bark() =
        printfn "%s says Woof!" this.Name

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions