Skip to content

Function Definition : false positives [25.09.r5812] #1096

@meteorquake

Description

@meteorquake

In JS, items of the following form -

(new A).a()

(new A).a().b().c() ...

return a().b();

In the first 2 cause a,b,c... to be highlighted as function definitions when they are function references
In the third causes b to

d

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions