mirror of
https://github.com/helix-editor/helix
synced 2026-07-30 00:04:11 +02:00
7 lines
82 B
Perl
7 lines
82 B
Perl
sub f {
|
|
$obj->doThing();
|
|
# ^ @function.method
|
|
helper();
|
|
# ^ @function
|
|
}
|