TypeScript/tests/cases/fourslash/smartIndentOnListEnd.ts
Kagami Sascha Rosylight 90d5413ccb tests
2018-11-05 21:45:19 +09:00

12 lines
190 B
TypeScript

/// <reference path='fourslash.ts'/>
////var a = []
/////*1*/
////| {}
/////*2*/
////| "";
goTo.marker("1");
verify.indentationIs(4)
goTo.marker("2");
verify.indentationIs(4)