branch: elpa/raku-mode commit 992d8af9de0263a9d35d623e1af43c3cdd938bcf Author: Tom Browder <tom.brow...@gmail.com> Commit: Tom Browder <tom.brow...@gmail.com>
add test for private methods --- test/test-imenu.p6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-imenu.p6 b/test/test-imenu.p6 index 307bd422b6..5ec9e418bf 100644 --- a/test/test-imenu.p6 +++ b/test/test-imenu.p6 @@ -16,8 +16,8 @@ my $a'a_3-z; method d() {} my multi method z() {} multi c() {} - proto xx() {} +multi method !z-private() {} class My-class1 {} class My-class2{