dotnet/roslyn
`IsPreprocessorKeyword` documentation comment doesn't match implementation
オープン
#54,604 opened on 2021/07/04
Area-CompilersBughelp wanted
Repository metrics
- Stars
- (20,414 個のスター)
- PR merge metrics
- (平均マージ 6d 17h) (30d で 256 merged PRs)
説明
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).