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


Hello.

00:05   bacek
        rakudo: my $a; $a = $a + 1i; say $a

00:05   polyglotbot
        OUTPUT[Multiple Dispatch: No suitable candidate found for 'add', with 
signature 'PPP->P'␤current instr.: 'infix:+' pc 1941 
(src/gen_builtins.pir:1368)␤called from Sub '_block11' pc 60 
(EVAL_12:25)␤called from Sub 'parrot;PCT;HLLCompiler;eval' pc 864 
(src/PCT/HLLCompiler.pir:498)␤called from Sub


00:08   bacek
        rakudo: my $a; $a = 1i + $a; say $a


00:08   polyglotbot
        OUTPUT[0+1i␤]

-- 
Bacek

Reply via email to