TypeScript/tests/cases/fourslash/completionListInClosedFunction01.ts

8 lines
187 B
TypeScript
Raw Normal View History

2015-03-17 08:05:34 +01:00
/// <reference path="fourslash.ts" />
////function foo(x: string, y: number, z: boolean) {
//// /*1*/
////}
verify.completions({ marker: "1", includes: ["x", "y", "z"] });