TypeScript/tests/cases/fourslash/smartIndentNonterminatedArgumentListAtEOF.ts
2014-07-29 12:17:44 -07:00

8 lines
108 B
TypeScript

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