TypeScript/tests/cases/fourslash/quickInfoForTypeofParameter.ts
2016-09-14 06:24:59 -07:00

12 lines
238 B
TypeScript

/// <reference path='fourslash.ts'/>
////function foo() {
//// var y/*ref1*/1: string;
//// var x: typeof y/*ref2*/1;
////}
verify.quickInfos({
ref1: "(local var) y1: string",
ref2: "(local var) y1: string"
});