let bar1: string | number;
const foo1 = <string>bar1;

const baz1 = {
    bar: 1
} as object;
