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

10 lines
213 B
TypeScript

/// <reference path='fourslash.ts' />
//// var x: () => string/**/
goTo.marker();
edit.insert(';');
// formatting on function return type
verify.currentLineContentIs('var x: () => string;');