TypeScript/tests/cases/fourslash/chainedFatArrowFormatting.ts

10 lines
229 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path='fourslash.ts' />
//// var fn = () => () => null/**/
goTo.marker();
edit.insert(';');
// spacing around arrow in chained fat arrow syntax
verify.currentLineContentIs('var fn = () => () => null;');