# New Ticket Created by  Tobias Leich 
# Please include the string:  [perl #124304]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=124304 >


$ perl6-m -e 'my \a = any 1; EVAL "say a"'
===SORRY!===
Object of type Junction in QAST::WVal, but not in SC

$ perl6-j -e 'my \a = any 1; EVAL "say a"'
===SORRY!===
No such method 'jast' for invocant of type 'NQPMu'

Reply via email to