TypeScript/tests/cases/fourslash/memberListOnConstructorType.ts

7 lines
169 B
TypeScript

/// <reference path='fourslash.ts'/>
////var f: new () => void;
////f./*1*/
verify.completions({ marker: "1", exact: completion.functionMembersWithPrototype });