mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Added baselines.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user