mirror of
https://github.com/helix-editor/helix
synced 2026-07-27 23:20:55 +02:00
7 lines
87 B
Crystal
7 lines
87 B
Crystal
def f
|
|
obj.first.second
|
|
# ^ @function.method
|
|
helper(1)
|
|
# ^ @function.method
|
|
end
|