Added baselines.

This commit is contained in:
Daniel Rosenwasser 2014-11-07 14:13:38 -08:00
parent dbcb6dc01e
commit c9919bb9ec
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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