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
I was going to suggest using the --infer-private option with --infer-private "^#" but for whatever reason that doesn't work. In the output it appears the # character is stripped from function names some time before the "infer access" step. I tried again with --infer-private "^_" as exampled in the source code which did work as expected.
I was surprised I had to add
@private
for#
-prefixed functions to be recognized as private, it seems relatively straightforward to infer.Possibly related: #1355
The text was updated successfully, but these errors were encountered: