TypeScript/tests/cases/fourslash/formattingAfterChainedFatArrow.ts

12 lines
211 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path="fourslash.ts" />
////var x = n => p => {
//// while (true) {
//// void 0;
//// }/**/
////};
goTo.marker();
format.document();
verify.currentLineContentIs(' }');