mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-11 19:27:35 -06:00
Added baselines.
This commit is contained in:
parent
dbcb6dc01e
commit
c9919bb9ec
@ -3,5 +3,5 @@ var x = x => `abc${ x }def`;
|
||||
>x : (x: any) => string
|
||||
>x => `abc${ x }def` : (x: any) => string
|
||||
>x : any
|
||||
>x : unknown
|
||||
>x : any
|
||||
|
||||
|
||||
@ -3,5 +3,5 @@ var x = x => `abc${ x }def`;
|
||||
>x : (x: any) => string
|
||||
>x => `abc${ x }def` : (x: any) => string
|
||||
>x : any
|
||||
>x : unknown
|
||||
>x : any
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user