TypeScript/tests/cases/fourslash/smartIndentOnUnclosedFunctionDeclaration05.ts

10 lines
250 B
TypeScript
Raw Normal View History

2015-03-17 07:19:21 +01:00
/// <reference path='fourslash.ts' />
////function f<A,B,C>(a: A, b:B, c, d: C): {
////{| "indent": 4 |}
////
test.markers().forEach(marker => {
verify.indentationAtPositionIs(marker.fileName, marker.position, marker.data.indent);
});