TypeScript/tests/cases/fourslash/quickInfoForConstDeclaration.ts

6 lines
122 B
TypeScript
Raw Normal View History

2014-10-16 19:28:00 +02:00
/// <reference path='fourslash.ts' />
////const /**/c = 0 ;
goTo.marker();
2014-11-13 03:42:31 +01:00
verify.quickInfoIs("(const) c: number");