TypeScript/tests/cases/fourslash/completionListInUnclosedFunction01.ts

8 lines
193 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: ["foo", "x", "y", "z"] });