Update test

This commit is contained in:
Anders Hejlsberg 2019-02-10 15:18:45 -08:00
parent 3ffb15fd70
commit 15610faa9d

View File

@ -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>;