swc/crates/swc_ecma_parser/tests/tsc/parserParenthesizedVariableAndFunctionInTernary.ts

3 lines
50 B
TypeScript

let a: any;
const c = true ? (a) : function() {};