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

9 lines
222 B
TypeScript

/// <reference path='fourslash.ts' />
////var x: new () => {
////{| "indent": 4 |}
test.markers().forEach(marker => {
verify.indentationAtPositionIs(marker.fileName, marker.position, marker.data.indent);
});