TypeScript/tests/cases/fourslash/completionListNewIdentifierVariableDeclaration.ts
2015-05-13 15:30:28 -07:00

11 lines
No EOL
263 B
TypeScript

/// <reference path='fourslash.ts' />
////var x : (s/*1*/
////var y : (s:string, list/*2*/
test.markers().forEach((m) => {
goTo.position(m.position, m.fileName);
verify.not.completionListIsEmpty();
verify.completionListAllowsNewIdentifier();
});