Skip to content

Commit c9919bb

Browse files
Added baselines.
1 parent dbcb6dc commit c9919bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/baselines/reference/templateStringInArrowFunction.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ var x = x => `abc${ x }def`;
33
>x : (x: any) => string
44
>x => `abc${ x }def` : (x: any) => string
55
>x : any
6-
>x : unknown
6+
>x : any
77

tests/baselines/reference/templateStringInArrowFunctionES6.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ var x = x => `abc${ x }def`;
33
>x : (x: any) => string
44
>x => `abc${ x }def` : (x: any) => string
55
>x : any
6-
>x : unknown
6+
>x : any
77

0 commit comments

Comments
 (0)