// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`parenthesis.ts 1`] = ` (a ? b : c); (() => {}); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (a ? b : c); (() => {}); `;