On Oct 9, 5:57 pm, perl6-bugs-follo...@perl.org (Moritz Lenz) wrote:
> # New Ticket Created by  Moritz Lenz
> # Please include the string:  [perl #78302]
> # in the subject line of all future correspondence about this issue.
> # <URL:http://rt.perl.org/rt3/Ticket/Display.html?id=78302>
>
> 17:55 <+p6eval> rakudo 668719: OUTPUT«===SORRY!===␤too few positional
>                 arguments: 2 passed, 3 (or more) expected␤»
> 17:55 < moritz_> now that's really LTA
> 17:55 < moritz_> rakudo: sub foo($) { }; foo($x)
> 17:55 <+p6eval> rakudo 668719: OUTPUT«===SORRY!===␤too few positional
>                 arguments: 2 passed, 3 (or more) expected␤»


Same for me using rakudo from command line :

$ cat testbug.pl
use v6;

class X {}

X $x .=new();

$ perl6 testbug.pl
===SORRY!===
too few positional arguments: 2 passed, 3 (or more) expected
$

Reply via email to