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

12 lines
211 B
TypeScript

/// <reference path="fourslash.ts" />
////var x = n => p => {
//// while (true) {
//// void 0;
//// }/**/
////};
goTo.marker();
format.document();
verify.currentLineContentIs(' }');