mirror of
https://github.com/helix-editor/helix
synced 2026-07-30 12:13:24 +02:00
5 lines
227 B
C#
5 lines
227 B
C#
class C { void G(O o){ o.meth(); int y = o.fld; freefn(); } }
|
|
// ^ @function
|
|
// ^ @variable.other.member
|
|
// ^ @function
|