TypeScript/tests/cases/fourslash/completionListInClosedFunction06.ts
Daniel Rosenwasser 693da9a6df Added tests.
2015-03-17 00:16:50 -07:00

14 lines
No EOL
324 B
TypeScript

/// <reference path="fourslash.ts" />
////interface MyType {
////}
////
////function foo(x: string, y: number, z: boolean) {
//// function bar(a: number, b: string = "hello", c: typeof x = "hello") {
//// var v = (x: /*1*/);
//// }
////}
goTo.marker("1");
verify.memberListContains("MyType");