TypeScript/tests/cases/fourslash/smartIndentAfterAlignedFunctionArgument.ts

11 lines
193 B
TypeScript

/// <reference path='fourslash.ts'/>
////function foo(bar,
//// blah, baz,
//// /**/
////) { };
goTo.marker();
// keep indentation of 'blah'
verify.indentationIs(13);