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


Hi,

Found a strange bug in REPL;

 > my int8 $i = 0x78;
120
 > my int8 $j = 0x78;
Unhandled lexical type in lexprimspec for '$i'


The same for error generated with types int16, int32 and int64 but not 
for int.

There are no errors when this command was given;

perl6 -e 'my int8 $i=0x78; my int8 $j=0x78; say "$i, $j";'
120, 120


This is Rakudo version 2016.02-136-g412d9a4 built on MoarVM version 
2016.02-25-gada3752
implementing Perl 6.c.

greetings,
Marcel

Reply via email to