mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-15 12:53:27 -05:00
1. Some special-case code in find-all-refs is no longer relevant. 2. Using the real symbol gives names to more class expressions, so I made the expression more complex to keep the class truly anonymous in goToImplementationInterface_07. The quick info display also changes, from ``` (anonymous local class) ``` to ``` (local class) (Anonymous class) ``` This is more consistent internally and externally, so I think it's a good change.