From 50f5e160aa3b52881eeb481a6601dc9c266bb50d Mon Sep 17 00:00:00 2001 From: Anders Hejlsberg Date: Thu, 25 Apr 2019 13:46:45 -0700 Subject: [PATCH] Accept new baselines --- tests/baselines/reference/bluebirdStaticThis.types | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/baselines/reference/bluebirdStaticThis.types b/tests/baselines/reference/bluebirdStaticThis.types index eec02478b2b..7708a733c59 100644 --- a/tests/baselines/reference/bluebirdStaticThis.types +++ b/tests/baselines/reference/bluebirdStaticThis.types @@ -699,9 +699,9 @@ var fooProm: Promise; >fooProm : Promise fooProm = Promise.try(Promise, () => { ->fooProm = Promise.try(Promise, () => { return foo;}) : any +>fooProm = Promise.try(Promise, () => { return foo;}) : Promise >fooProm : Promise ->Promise.try(Promise, () => { return foo;}) : any +>Promise.try(Promise, () => { return foo;}) : Promise >Promise.try : { (dit: typeof Promise, fn: () => Promise.Thenable, args?: any[], ctx?: any): Promise; (dit: typeof Promise, fn: () => R, args?: any[], ctx?: any): Promise; } >Promise : typeof Promise >try : { (dit: typeof Promise, fn: () => Promise.Thenable, args?: any[], ctx?: any): Promise; (dit: typeof Promise, fn: () => R, args?: any[], ctx?: any): Promise; } @@ -713,9 +713,9 @@ fooProm = Promise.try(Promise, () => { }); fooProm = Promise.try(Promise, () => { ->fooProm = Promise.try(Promise, () => { return foo;}, arr) : any +>fooProm = Promise.try(Promise, () => { return foo;}, arr) : Promise >fooProm : Promise ->Promise.try(Promise, () => { return foo;}, arr) : any +>Promise.try(Promise, () => { return foo;}, arr) : Promise >Promise.try : { (dit: typeof Promise, fn: () => Promise.Thenable, args?: any[], ctx?: any): Promise; (dit: typeof Promise, fn: () => R, args?: any[], ctx?: any): Promise; } >Promise : typeof Promise >try : { (dit: typeof Promise, fn: () => Promise.Thenable, args?: any[], ctx?: any): Promise; (dit: typeof Promise, fn: () => R, args?: any[], ctx?: any): Promise; } @@ -729,9 +729,9 @@ fooProm = Promise.try(Promise, () => { >arr : any[] fooProm = Promise.try(Promise, () => { ->fooProm = Promise.try(Promise, () => { return foo;}, arr, x) : any +>fooProm = Promise.try(Promise, () => { return foo;}, arr, x) : Promise >fooProm : Promise ->Promise.try(Promise, () => { return foo;}, arr, x) : any +>Promise.try(Promise, () => { return foo;}, arr, x) : Promise >Promise.try : { (dit: typeof Promise, fn: () => Promise.Thenable, args?: any[], ctx?: any): Promise; (dit: typeof Promise, fn: () => R, args?: any[], ctx?: any): Promise; } >Promise : typeof Promise >try : { (dit: typeof Promise, fn: () => Promise.Thenable, args?: any[], ctx?: any): Promise; (dit: typeof Promise, fn: () => R, args?: any[], ctx?: any): Promise; }