TypeScript/tests/cases/fourslash/indentNewExpressionNoBraces.ts

7 lines
123 B
TypeScript

/// <reference path='fourslash.ts'/>
////new Foo/*1*/
goTo.marker("1");
edit.insert("\n");
verify.indentationIs(0);