TypeScript/tests/cases/fourslash/smartIndentStartLineInLists.ts

8 lines
166 B
TypeScript
Raw Normal View History

/// <reference path='fourslash.ts'/>
////foo(function () {
////}).then(function () {/*1*/
////})
2015-03-02 23:41:44 +01:00
goTo.marker("1");
2018-01-12 02:43:27 +01:00
edit.insert("\n");
verify.indentationIs(4);