TypeScript/tests/cases/fourslash/completionListInComments2.ts

7 lines
189 B
TypeScript

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