// Repro from #26835 declare function foo(a: T, b: T); declare function foo(a: {}); foo("hello");