TypeScript/tests/cases/fourslash/quickInfoForConstDeclaration.ts

6 lines
105 B
TypeScript
Raw Normal View History

2014-10-16 19:28:00 +02:00
/// <reference path='fourslash.ts' />
////const /**/c = 0 ;
2016-09-09 18:02:55 +02:00
verify.quickInfoAt("", "const c: 0");