mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-20 05:17:43 -05:00
Get just the name of the symbol (instead of qualified path) as symbolName of the definition info.
Fixes #652
This commit is contained in:
@@ -8,5 +8,4 @@
|
||||
////var enumMember = e./*1*/thirdMember;
|
||||
|
||||
goTo.marker("1");
|
||||
// This is bug #652
|
||||
verify.verifyDefinitionsName("e.thirdMember", "e");
|
||||
verify.verifyDefinitionsName("thirdMember", "e");
|
||||
Reference in New Issue
Block a user