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

7 lines
82 B
Perl

sub f {
$obj->doThing();
# ^ @function.method
helper();
# ^ @function
}