mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-26 21:23:53 -06:00
Accept new baselines
This commit is contained in:
parent
be88d53ab3
commit
3e79e8d18d
@ -835,7 +835,7 @@ foo2(() => {});
|
||||
>() => {} : () => void
|
||||
|
||||
foo2(identity);
|
||||
>foo2(identity) : [<T>(value: T) => T, unknown]
|
||||
>foo2(identity) : [<T>(value: T) => T, <T>(value: T) => T]
|
||||
>foo2 : <T, U = T>(fn: T, a?: U | undefined, b?: U | undefined) => [T, U]
|
||||
>identity : <T>(value: T) => T
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user