Skip to content

Commit 4867c6d

Browse files
authored
add example state var
1 parent 6fc7de3 commit 4867c6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test-imenu.p6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ our %c;
1111
my $a-a;
1212
my $a'a_3-z;
1313

14+
state $ds;
1415
sub a(){my @ze}
1516
multi sub x() {}
1617
method d() {}

0 commit comments

Comments
 (0)