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

5 lines
227 B
C#

class C { void G(O o){ o.meth(); int y = o.fld; freefn(); } }
// ^ @function
// ^ @variable.other.member
// ^ @function