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

10 lines
229 B
TypeScript

/// <reference path='fourslash.ts' />
//// var fn = () => () => null/**/
goTo.marker();
edit.insert(';');
// spacing around arrow in chained fat arrow syntax
verify.currentLineContentIs('var fn = () => () => null;');