bad.ts 68 B

1234
  1. function foo2(bar: string) {
  2. bar = bar || '';
  3. return bar;
  4. }