TypeScript/tests/cases/fourslash/quickInfoOnErrorTypes1.ts

10 lines
192 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path='fourslash.ts' />
////var /*A*/f: {
//// x: number;
//// <
////};
goTo.marker('A');
2014-10-01 02:14:58 +02:00
verify.quickInfoIs('(var) f: {\n (): any;\n x: number;\n}', "");