TypeScript/tests/cases/fourslash/smartIndentStartLineInLists.ts

8 lines
165 B
TypeScript

/// <reference path='fourslash.ts'/>
////foo(function () {
////}).then(function () {/*1*/
////})
goTo.marker("1");
edit.insert("\r\n");
verify.indentationIs(4);