1
0
mirror of https://github.com/helix-editor/helix synced 2026-07-28 11:30:52 +02:00
Files
helix/tests/query/highlights/groovy/calls.groovy
2026-06-20 14:49:53 +09:00

7 lines
71 B
Groovy

def f() {
obj.doThing()
// ^ @function
helper()
//^ @function
}