TypeScript/tests/cases/fourslash/formatAnyTypeLiteral.ts
2014-07-29 12:17:23 -07:00

9 lines
241 B
TypeScript

/// <reference path="fourslash.ts"/>
//// function foo(x: { } /*objLit*/){
//// /**/
goTo.marker();
edit.insert("}");
goTo.marker("objLit");
verify.currentLineContentIs("function foo(x: {}) {"); // Space within type literal removed