TypeScript/tests/cases/fourslash/smartIndentOnUnclosedIndexSignature01.ts

11 lines
305 B
TypeScript
Raw Normal View History

2015-03-17 07:19:21 +01:00
/// <reference path='fourslash.ts' />
////class C {
////[x: string
////{| "indent": 4 |}
////
// Note that we currently do NOT indent further in an index signature.
test.markers().forEach(marker => {
verify.indentationAtPositionIs(marker.fileName, marker.position, marker.data.indent);
});