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

8 lines
214 B
TypeScript

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