TypeScript/tests/cases/fourslash_old/completionListInComments.ts
2014-07-12 17:30:19 -07:00

8 lines
187 B
TypeScript

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