TypeScript/tests/cases/fourslash/smartIndentNonterminatedIfStatementAtEOF.ts

8 lines
109 B
TypeScript
Raw Normal View History

2015-03-02 23:41:44 +01:00
/// <reference path='fourslash.ts'/>
////if (true)
/////**/
goTo.marker();
verify.indentationIs(4);