TypeScript/tests/cases/fourslash/completionListAtDeclarationOfParameterType.ts

14 lines
266 B
TypeScript
Raw Normal View History

2015-03-02 23:41:44 +01:00
/// <reference path='fourslash.ts'/>
////module Bar {
//// export class Bleah {
//// }
//// export class Foo extends Bleah {
//// }
////}
////
////function Blah(x: /**/Bar.Bleah) {
////}
goTo.marker();
2014-07-13 01:04:16 +02:00
verify.completionListContains("Bar");