mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-14 16:21:54 -05:00
Only display `(local class)` if the class expression is named and has no alias. Other named classes use the normal `class C` format; anonymous classes display `(Anonymous class)`.