mirror of
https://github.com/helix-editor/helix
synced 2026-08-05 14:42:57 +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
|