Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix access modifiers for newly introduced members in Relations.
We introduced some new members (related to name hashing) with an intent to not expose them as public API. However, I missed some modifiers and some members (like `memberRef` and `inheritance`) are public. This commit fixes access modifiers to agree with the intent.
- Loading branch information