Skip to content

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

@psfinaki

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions