tree-sitter-c-sharp/test/highlight/var.cs
2024-03-25 23:16:07 +01:00

11 lines
133 B
C#

class var
// ^ type
{
void M()
{
var var = new var();
// <- type.builtin
// ^ variable
}
}