# New Ticket Created by Sam S.
# Please include the string: [perl #130602]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=130602 >
➜ say 1, 2 Xand "ab".ords;
Cannot invoke this object (REPR: Uninstantiable; Callable)
in block <unit> at -e line 1
Output with `--ll-exception`: http://pastebin.com/raw/MfYJ8v6D
Interestingly, the following Rakudo performance-optimization commit
from 4 days ago actually fixes the problem for most operators (e.g.
`X+`):
* commit:
https://github.com/rakudo/rakudo/commit/a26f51361bfea213fa59749d7a401e09c8f2ef31
* bisectable report:
https://gist.github.com/Whateverable/64c152ed26ff96cba295b761414c763f
But as the commit message says, the "Xand family" is still using the
old code path.