TypeScript/tests/cases/fourslash/memberListOnConstructorType.ts
2014-07-29 12:17:44 -07:00

8 lines
179 B
TypeScript

/// <reference path='fourslash.ts'/>
////var f: new () => void;
////f./*1*/
goTo.marker('1');
verify.completionListContains('apply');
verify.completionListContains('arguments');