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

10 lines
275 B
TypeScript

/// <reference path='fourslash.ts' />
////var x;
////var y = function* gen(p) { yield /*1*/
goTo.marker("1");
// These tentatively don't work.
verify.not.completionListContains("p");
verify.not.completionListContains("gen");
verify.not.completionListContains("x");