TypeScript/tests/cases/fourslash/quickInfoForConstDeclaration.ts
2016-09-13 11:49:01 -07:00

6 lines
105 B
TypeScript

/// <reference path='fourslash.ts' />
////const /**/c = 0 ;
verify.quickInfoAt("", "const c: 0");