TypeScript/tests/cases/fourslash/completionListInComments.ts

8 lines
193 B
TypeScript

/// <reference path='fourslash.ts' />
////var foo = '';
////( // f/**/
// Completion list should not be available within comments
verify.completions({ marker: "", exact: undefined });