branch: elpa/raku-mode commit 4867c6d268545f5356111d72c4ae77917d34cb21 Author: Tom Browder <tom.brow...@gmail.com> Commit: GitHub <nore...@github.com>
add example state var --- test/test-imenu.p6 | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test-imenu.p6 b/test/test-imenu.p6 index 5ec9e418bf..3073db891f 100644 --- a/test/test-imenu.p6 +++ b/test/test-imenu.p6 @@ -11,6 +11,7 @@ our %c; my $a-a; my $a'a_3-z; + state $ds; sub a(){my @ze} multi sub x() {} method d() {}