[Bug?] private members are being listed in auto-completion. #71432
-
I noticed a potential bug occurring when developing code generators: The intellisense auto-complete would enumerate private (and compiler-generated) members in the list of possible completions, .e.g. the private nested class I tried to replicate that with a minimal working sample and got the same behaviour: Now my question is simply the following: Is that intentional or is that a bug?It kinda feels "illegal", as the private nested class is not accessible:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
What tool are you using. That doesn't really look like VS. |
Beta Was this translation helpful? Give feedback.
-
Fixed with #71489. |
Beta Was this translation helpful? Give feedback.
Fixed with #71489.