TypeScript/tests/cases/fourslash/completionListInUnclosedYieldExpression01.ts
2020-03-25 15:27:47 -07:00

7 lines
198 B
TypeScript

/// <reference path='fourslash.ts' />
////var x;
////var y = function* gen(p) { yield /*1*/
verify.completions({ marker: "1", includes: ["x", "y", "gen", "p", ...completion.globalsVars] });