TypeScript/tests/cases/fourslash/quickInfoForConstDeclaration.ts
2014-11-12 18:42:31 -08:00

6 lines
122 B
TypeScript

/// <reference path='fourslash.ts' />
////const /**/c = 0 ;
goTo.marker();
verify.quickInfoIs("(const) c: number");