TypeScript/tests/cases/fourslash/completionListNewIdentifierVariableDeclaration.ts

7 lines
177 B
TypeScript

/// <reference path='fourslash.ts' />
////var y : (s:string, list/*2*/
// Parameter name
verify.completions({ marker: "2", exact: undefined, isNewIdentifierLocation: true });