TypeScript/tests/cases/fourslash/findAllRefs_importType_typeofImport.ts

11 lines
320 B
TypeScript
Raw Normal View History

/// <reference path='fourslash.ts' />
// @Filename: /a.ts
////export const x = 0;
// @Filename: /b.ts
2019-06-13 21:25:02 +02:00
////[|const x: typeof import("[|{| "contextRangeIndex": 0 |}./a|]") = { x: 0 };|]
////[|const y: typeof import("[|{| "contextRangeIndex": 2 |}./a|]") = { x: 0 };|]
2019-06-06 21:51:26 +02:00
verify.singleReferenceGroup('module "/a"', "./a");