What's going on here- is this error a mistake on my part, or a bug?

$ perl6 -e "say 3 ~ ( 'a' | 'b' )"

Type check failed for return value; expected Str:D but got Junction
(any("3a", "3b"))

  in block <unit> at -e line 1

$ perl6 -e "say 'x' ~ ( 'a' | 'b' )"

any(xa, xb)

$ perl6 -v

This is Rakudo Star version 2018.10 built on MoarVM version 2018.10

implementing Perl 6.c.


-y

Reply via email to