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


 $ perl6 -v
This is perl6 version 2015.10-124-g63f6fc9 built on MoarVM version
2015.10-14-g5ff3001

$ perl6 -e 'say (* !~~ Int)(1)'
===SORRY!=== Error while compiling -e
Variable '&infix:<!~~>' is not declared
at -e:1
------> say (* ⏏!~~ Int)(1)

 $ perl6 -e 'say (* ~~ Int)(1)'
True

Reply via email to