mirror of
https://github.com/helix-editor/helix
synced 2026-09-10 02:30:28 +02:00
5 lines
239 B
Haxe
5 lines
239 B
Haxe
class C { function g(o) { o.meth(); var y = o.fld; freefn(); } }
|
|
// ^ @function
|
|
// ^ @variable.other.member
|
|
// ^ @function
|