TypeScript/tests/cases/fourslash/consistenceOnIndentionsOfChainedFunctionCalls.ts
2018-01-17 15:18:54 -08:00

21 lines
422 B
TypeScript

/// <reference path='fourslash.ts' />
////interface ig {
//// module(data): ig;
//// requires(data): ig;
//// defines(data): ig;
////}
////
////var ig: ig;
////ig.module(
//// 'mything'
////).requires(
//// 'otherstuff'
////).defines(/*0*//*1*/
////});
goTo.marker("1");
edit.insert("\n");
goTo.marker("0");
// Won't-fixed: Smart indent during chained function calls
verify.indentationIs(4);