TypeScript/tests/cases/fourslash/smartIndentNonterminatedArgumentListAtEOF.ts
2015-03-16 21:33:39 -07:00

8 lines
115 B
TypeScript

/// <reference path='fourslash.ts'/>
////function foo(a,
/////**/
goTo.marker();
verify.indentationIs(4);