Skip to content

typevar keyword #320

@sharpchen

Description

@sharpchen

Details

What editor are you seeing the problem in? (e.g. Atom, Visual Studio Code, etc.)
vscode
What version of the editor are you using?
1.88.1
What color theme are you using?
dark-plus

Repro

[AttributeUsage(AttributeTargets.All)]
class MyAttributeAttribute : Attribute { }

class Foo<[typevar: MyAttribute] T, [typevar: MyAttribute] U>
{
    public static void F<[typevar: MyAttribute] X, [typevar: MyAttribute] Y>() { }
}

code

Please provide a code example and (optionally) a screenshot demonstrating the problem.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions