Closed
Description
Consider the following snippet, which is legal since C# 12:
interface A;
class B;
The class
keyword is not highlighted, which also happens if A
is an enum
. If A
was a class
or a struct
, it does get highlighted.
Metadata
Metadata
Assignees
Labels
No labels