TypeScript/tests/cases/fourslash/completionListInUnclosedDeleteExpression02.ts
2015-03-17 12:21:35 -07:00

8 lines
179 B
TypeScript

/// <reference path='fourslash.ts' />
////var x;
////var y = (p) => delete /*1*/
goTo.marker("1");
verify.completionListContains("x");
verify.completionListContains("p");