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