Skip to content

Class with same name in different modules not showing NavBar #4191

Closed
@paulvanbrenk

Description

@paulvanbrenk

Consider the following file:

module foo {
    class A { }
}

module bar {
    class A { }
}

Notice that in the NavBar, class A in module foo doesn't show in the navigation bar.

navbar

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptFixedA PR has been merged for this issueHelp WantedYou can do this

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions