TypeScript/tests/cases/fourslash/smartIndentAfterAlignedFunctionArgument.ts
2015-03-02 14:41:44 -08:00

11 lines
203 B
TypeScript

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