TypeScript/tests/cases/fourslash/identationAfterInterfaceCall.ts
2014-07-29 12:17:44 -07:00

12 lines
201 B
TypeScript

/// <reference path='fourslash.ts' />
////interface bah {
//// (y: number);
//// x: number;
//// (z: string);/**/
////}
goTo.marker();
edit.insert('\n');
verify.indentationIs(4);