Files
helix/tests/query/highlights/c-sharp/calls.cs
2026-06-20 14:49:53 +09:00

7 lines
73 B
C#

class C {
void M() {
Invokeit();
// ^ @function
}
}