TypeScript/tests/cases/fourslash/completionListInUnclosedYieldExpression01.ts

8 lines
189 B
TypeScript

/// <reference path='fourslash.ts' />
////var x;
////var y = function* gen(p) { yield /*1*/
// These tentatively don't work.
verify.completions({ marker: "1", exact: undefined });