mirror of
https://github.com/helix-editor/helix
synced 2026-08-08 03:34:14 +02:00
6 lines
268 B
Groovy
6 lines
268 B
Groovy
def g(o) { o.meth(); def y = o.fld; def z = o.CONST; freefn() }
|
|
// ^ @function
|
|
// ^ @variable.other.member
|
|
// ^ @constant
|
|
// ^ @function
|