Files
helix/tests/query/highlights/crystal/calls.cr
2026-06-20 14:49:53 +09:00

7 lines
87 B
Crystal

def f
obj.first.second
# ^ @function.method
helper(1)
# ^ @function.method
end