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

7 lines
138 B
TypeScript

/// <reference path="fourslash.ts"/>
//// import f = module('foo');/**/
goTo.marker();
edit.insert("\n");
verify.indentationIs(0);