TypeScript/tests/cases/fourslash/formatEmptyParamList.ts

5 lines
172 B
TypeScript

/// <reference path='fourslash.ts' />
////function f( f: function){/*1*/
goTo.marker("1");
edit.insert("}");
verify.currentLineContentIs("function f(f: function) { }");