# New Ticket Created by  Александр Кирюхин 
# Please include the string:  [perl #131827]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=131827 >


>my %h = :a($("1", "3", "4"));
>say %h<a>[*];
>P6opaque: no such attribute '$!todo' in type List when trying to get a
value
>  in block <unit> at <unknown file> line 1

The bug appeared after this commit, I guess: https://github.com/rakudo/
rakudo/commit/a256c26d850c0e5ff986a6dfa1b1ef1ffaf55f40#diff-
73b320f44150e274a14987ce4e9f0fdaR220

The test will be something like:
>is-deeply :a($("1", "3", "4"))<a>[*], ('1', '3', '4'), '* is considered as
a Range';

I can commit the test for sure, but I need to know where should I add it.

-- 
--
 Alexander.

Reply via email to