Skip to content

Commit

Permalink
Accept new baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
ahejlsberg committed Apr 26, 2019
1 parent be88d53 commit 3e79e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/baselines/reference/genericFunctionInference1.types
Expand Up @@ -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

Expand Down

0 comments on commit 3e79e8d

Please sign in to comment.