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