You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constf=(s: {a: true})=>{}// I would expect the error to span:// a) "{}" (Ideal IMO)// b) "{} satisfies unknown" (A little messier but not wrong- this was the 5.0 behavior)// The error is instead reported only on "satisfies" despite {} satisfying unknownf({}satisfiesunknown)