TypeScript/tests/cases/fourslash/quickInfoForTypeofParameter.ts

12 lines
238 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path='fourslash.ts'/>
////function foo() {
//// var y/*ref1*/1: string;
//// var x: typeof y/*ref2*/1;
////}
2016-09-09 18:02:55 +02:00
verify.quickInfos({
ref1: "(local var) y1: string",
ref2: "(local var) y1: string"
});