export default () => { const x = 'y'; if (true) { return ''; } return null; };