mirror of
https://github.com/helix-editor/helix
synced 2026-08-07 03:04:19 +02:00
7 lines
71 B
Groovy
7 lines
71 B
Groovy
def f() {
|
|
obj.doThing()
|
|
// ^ @function
|
|
helper()
|
|
//^ @function
|
|
}
|