Skip to content

RemoveUnusedBinding code fix doesn't remove class identifiers #15623

@psfinaki

Description

@psfinaki

Demo:

asthis.mp4

Code:

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