TypeScript/tests/cases/fourslash_old/chainedFatArrowFormatting.ts
2014-07-12 17:30:19 -07:00

9 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;');