Skip to content

"Go to base" on override says "The symbol has no base" #38700

@drewnoakes

Description

@drewnoakes

Version Used: Version 16.4.0 Preview 2.0 [29315.5.master]

Steps to Reproduce:

class F
{
    public override string ToString() // caret on ToString here
    {
        return base.ToString();
    }
}

With the caret on ToString in the method signature, invoke "Go to base".

Expected Behavior:

Does the same as "Go to definition" on base.ToString() call (i.e. MAS).

Actual Behavior:

Dialog appears saying:

The symbol has no base.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions