difftastic/vendored_parsers/tree-sitter-perl/examples/misc.pl

9 lines
84 B
Raku

# ellipsis
{ ... }
sub foo { ... }
...;
sub somemeth {
my $self = shift;
...;
}