Skip to content

Typedef declaration is not highlighting #56994

@FMorschel

Description

@FMorschel

Repro:

class MyClass {}

MyClass? a;

typedef MyTypedef = MyClass;

MyTypedef? b;

If you place the cursor over any MyClass they all light up but the declaration for MyTypedef (line 5) is not highligthing, only at the variable (line 7).


CC: @DanTup

Metadata

Metadata

Assignees

Labels

legacy-area-analyzerUse area-devexp instead.type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions