TypeScript/tests/cases/fourslash/formatEmptyParamList.ts
2017-07-13 11:33:12 -07:00

6 lines
173 B
TypeScript

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