/// // https://github.com/microsoft/TypeScript/issues/14589 /////*1*/if (foo < bar) {} format.document(); goTo.marker("1") verify.currentLineContentIs(`if (foo < bar) { }`)