//// [conditionalExpressionNewLine4.ts] var v = a ? b : c; //// [conditionalExpressionNewLine4.js] var v = a ? b : c;