TypeScript/tests/cases/fourslash/completionListAtDeclarationOfParameterType.ts

14 lines
267 B
TypeScript

/// <reference path='fourslash.ts'/>
////module Bar {
//// export class Bleah {
//// }
//// export class Foo extends Bleah {
//// }
////}
////
////function Blah(x: /**/Bar.Bleah) {
////}
verify.completions({ marker: "", includes: "Bar" });