We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 974b2aa commit d6b67e5Copy full SHA for d6b67e5
mapper.p6
@@ -50,7 +50,7 @@ sub cand-info (@candidates) {
50
}
51
52
sub find-symbols ($matcher) {
53
- eager CORE::.keys.grep(
+ @ = CORE::.keys.grep(
54
* ne 'IterationEnd'
55
).map({CORE::{$_}}).grep($matcher);
56
0 commit comments