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