TypeScript/tests/cases/fourslash/smartIndentNonterminatedArgumentListAtEOF.ts

8 lines
115 B
TypeScript
Raw Normal View History

2015-03-02 23:41:44 +01:00
/// <reference path='fourslash.ts'/>
////function foo(a,
/////**/
goTo.marker();
2015-03-17 05:33:39 +01:00
verify.indentationIs(4);