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

7 lines
89 B
C3

fn void main() {
helper(1);
// ^ @function
obj.doThing();
// ^ @function
}