TypeScript/tests/cases/fourslash/completionListInComments2.ts

8 lines
185 B
TypeScript

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