mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 02:33:53 -06:00
update baseline (#37692)
This commit is contained in:
parent
d8170faee1
commit
64cb578945
@ -12,9 +12,9 @@ function f() {
|
||||
|
||||
console.log(b);
|
||||
>console.log(b) : void
|
||||
>console.log : (message?: any, ...optionalParams: any[]) => void
|
||||
>console.log : (...data: any[]) => void
|
||||
>console : Console
|
||||
>log : (message?: any, ...optionalParams: any[]) => void
|
||||
>log : (...data: any[]) => void
|
||||
>b : string | number
|
||||
}
|
||||
|
||||
@ -28,9 +28,9 @@ function f() {
|
||||
|
||||
console.log(a);
|
||||
>console.log(a) : void
|
||||
>console.log : (message?: any, ...optionalParams: any[]) => void
|
||||
>console.log : (...data: any[]) => void
|
||||
>console : Console
|
||||
>log : (message?: any, ...optionalParams: any[]) => void
|
||||
>log : (...data: any[]) => void
|
||||
>a : string | number
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user