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
declareletfoo: {a: string,b: string};letbar: {a: string}={...foo,a: ''};// error because the only meaningful property `a` of `...foo` is overridden, even if `c` is not overridden
With additional error reporting on spread without meaningful properties this could be used to implement #398