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