TypeScript/tests/cases/fourslash/overloadObjectLiteralCrash.ts

13 lines
258 B
TypeScript
Raw Normal View History

2015-03-02 23:41:44 +01:00
/// <reference path="fourslash.ts" />
//// interface Foo {
//// extend<T>(...objs: any[]): T;
//// extend<T>(deep, target: T): T;
//// }
//// var $: Foo;
//// $.extend({ /**/foo: 0 }, "");
////
goTo.marker();
verify.quickInfoExists();