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
localfunctionbar(v: any): anyifnotvis {string:any} ornotv.fieldthenreturnendreturnv.field-- Error: cannot index key 'field' in any 'v' of type <any type>endlocalfunctionbaz(v: any): anyifnotvis {string:any} thenreturnendifnotv.fieldthenreturnendreturnv.field-- OK: v is {string:any}end
The code of these 2 functions is equivalent.
But with a complex expression (ie. with a or), there is no narrowing type.
The text was updated successfully, but these errors were encountered:
The code of these 2 functions is equivalent.
But with a complex expression (ie. with a
or
), there is no narrowing type.The text was updated successfully, but these errors were encountered: