TypeScript/tests/cases/fourslash/completionListOnParam.ts
2014-09-15 13:53:25 -07:00

12 lines
235 B
TypeScript

/// <reference path='fourslash.ts' />
////module Bar {
//// export class Blah { }
////}
////
////class Point {
//// public Foo(x: Bar./**/Blah, y: Bar.Blah) { }
////}
goTo.marker();
verify.memberListContains('Blah');