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
Sometimes you need to do things like aa.Keys() but the AA has its own keys property. There should be a lint rule to enforce explicit usage of .ifAssociativeArray (or other similar interfaces).
So:
aa.ifAssociativeArray.keys()
This probably depends on the v1 type system
The text was updated successfully, but these errors were encountered:
Sometimes you need to do things like
aa.Keys()
but the AA has its ownkeys
property. There should be a lint rule to enforce explicit usage of.ifAssociativeArray
(or other similar interfaces).So:
This probably depends on the v1 type system
The text was updated successfully, but these errors were encountered: