We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094345e commit 00c4692Copy full SHA for 00c4692
core/Symbols.h
@@ -679,8 +679,10 @@ class ClassOrModule final {
679
NameRef name; // todo: move out? it should not matter but it's important for name resolution
680
TypePtr resultType;
681
682
+private:
683
UnorderedMap<NameRef, SymbolRef> members_;
684
685
+public:
686
UnorderedMap<NameRef, SymbolRef> &members() {
687
return members_;
688
};
0 commit comments