TypeScript/tests/cases/fourslash/findAllRefs_importType_typeofImport.ts
2019-06-13 12:41:21 -07:00

11 lines
320 B
TypeScript

/// <reference path='fourslash.ts' />
// @Filename: /a.ts
////export const x = 0;
// @Filename: /b.ts
////[|const x: typeof import("[|{| "contextRangeIndex": 0 |}./a|]") = { x: 0 };|]
////[|const y: typeof import("[|{| "contextRangeIndex": 2 |}./a|]") = { x: 0 };|]
verify.singleReferenceGroup('module "/a"', "./a");