TypeScript/tests/cases/fourslash/memberListOnConstructorType.ts
2015-03-02 14:41:44 -08:00

8 lines
186 B
TypeScript

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