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

8 lines
109 B
TypeScript

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