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

10 lines
237 B
TypeScript

/// <reference path='fourslash.ts' />
////class Foo {
//// get foo() {
////{| "indent": 8 |}
test.markers().forEach(marker => {
verify.indentationAtPositionIs(marker.fileName, marker.position, marker.data.indent);
});