function foo1(_bar: string) {
    const bar = _bar || '';
    return bar;
}
