dotnet/roslyn
`IsPreprocessorKeyword` documentation comment doesn't match implementation
Aperta
#54.604 aperta il 4 lug 2021
Area-CompilersBughelp wanted
Metriche repository
- Star
- (20.414 stelle)
- Metriche merge PR
- (Merge medio 6g 17h) (256 PR mergiate in 30 g)
Descrizione
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).