TypeScript/tests/cases/fourslash/completionListInExtendsClauseAtEOF.ts

10 lines
208 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path='fourslash.ts' />
////declare module mod {
//// class Foo { }
////}
////class Bar extends mod./**/
goTo.marker();
verify.memberListContains("Foo");
verify.memberListCount(1);