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