export function bar(cond: T) { if (cond) { return 1; } else { return 2; } }