dotnet/roslyn
View on GitHub`IsPreprocessorKeyword` documentation comment doesn't match implementation
Open
#54,604 opened on Jul 4, 2021
Area-CompilersBughelp wanted
Repository metrics
- Stars
- (20,414 stars)
- PR merge metrics
- (Avg merge 6d 17h) (256 merged PRs in 30d)
Description
The documentation says: "The set of identifiers that have special meaning directly after the # token".
However, the implementation delegates to the following:
which returns true for things that, as far as I know, doesn't come "directly after" the # (for example TrueKeyword).