TypeScript/tests/cases/fourslash/memberListOnConstructorType.ts

8 lines
179 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path='fourslash.ts'/>
////var f: new () => void;
////f./*1*/
goTo.marker('1');
verify.completionListContains('apply');
verify.completionListContains('arguments');