TypeScript/tests/cases/fourslash/smartIndentOnUnclosedIndexSignature01.ts
2015-03-16 23:19:21 -07:00

11 lines
305 B
TypeScript

/// <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);
});