Consider the following file: ``` language=typescript 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. 