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

7 lines
123 B
TypeScript

/// <reference path='fourslash.ts' />
//// var x = r => r => r;
//// /**/
goTo.marker();
verify.indentationIs(0);