TypeScript/tests/cases/fourslash/completionListInComments.ts
2014-07-29 12:17:44 -07:00

9 lines
187 B
TypeScript

/// <reference path='fourslash.ts' />
////var foo = '';
////( // f/**/
goTo.marker();
// Completion list should not be available within comments
verify.completionListIsEmpty();