TypeScript/tests/cases/fourslash/renameImportSpecifierPropertyName.ts
Andrew Branch 3810c2fe6b
Fix rename for type symbols imported as a different name (#37745)
* Add failing test

* Fix getMeaningFromLocation for imports

* Only the name of an ImportEqualsDeclaration counts

* Commit baseline
2020-04-02 09:06:19 -07:00

10 lines
198 B
TypeScript

/// <reference path="fourslash.ts" />
// @Filename: canada.ts
////export interface /**/Ginger {}
// @Filename: dry.ts
////import { Ginger as Ale } from './canada';
verify.baselineRename("", {});