Skip to content
Prev Previous commit
Update Baselines and/or Applied Lint Fixes
  • Loading branch information
typescript-bot committed May 4, 2024
commit a2d209e2ba66ef25fb5a8de2ed1bf930bace5550
4 changes: 2 additions & 2 deletions tests/baselines/reference/complicatedPrivacy.types
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ module m1 {
}

export function f4(arg1:
>f4 : (arg1: {}) => void
> : ^ ^^ ^^^^^^^^^
>f4 : (arg1: { [number]: C1; }) => void
> : ^ ^^ ^^^^^^^^^
>arg1 : {}
> : ^^
{
Expand Down