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

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