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

8 lines
102 B
TypeScript

/// <reference path='fourslash.ts'/>
////if (true)
/////**/
goTo.marker();
verify.indentationIs(4);