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
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
The old LS supported getattr via a specialization, but this wasn't brought over to the new LS. It shows up via the builtins, but should be equivalent to actually calling GetMember on the argument (plus the overloads) so the correct type info gets carried over.
The old LS supported getattr via a specialization, but this wasn't brought over to the new LS. It shows up via the builtins, but should be equivalent to actually calling GetMember on the argument (plus the overloads) so the correct type info gets carried over.
Found in #724.