interface Item { name: string; } declare function foo(x?: T, y?: T): T; var z7 = foo("abc", 5); // Error