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