let bar2: string | number;
const foo2 = bar2 as string;

const baz2 = {
    bar: 1
} as any;
