mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 11:35:42 -06:00
Update test
This commit is contained in:
parent
3ffb15fd70
commit
15610faa9d
@ -10,4 +10,4 @@ declare function shouldBeIdentity<T, U>(p: DoNothingAlias<T, U>): MyPromise<T, U
|
||||
|
||||
declare const p1: MyPromise<boolean, any>;
|
||||
var p2 = shouldBeIdentity(p1);
|
||||
var p2: MyPromise<boolean, {}>;
|
||||
var p2: MyPromise<boolean, any>;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user