TypeScript/tests/cases/fourslash/smartIndentStartLineInLists.ts
2018-01-17 15:18:54 -08:00

8 lines
166 B
TypeScript

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