On Thu, Jul 30, 2009 at 10:29:04AM -0500, Kyle Hasselbacher wrote:
> In Rakudo right now, this lives: "{$foo;$^foo}(1)"
>
> However, the spec test expects it to die during compilation (see the
> end of S06-signature/positional-placeholders.t). It says, "A
> non-twigil variable should not precede
In Rakudo right now, this lives: "{$foo;$^foo}(1)"
However, the spec test expects it to die during compilation (see the
end of S06-signature/positional-placeholders.t). It says, "A
non-twigil variable should not precede a corresponding twigil
variable."
In Rakudo right now, this says 3: sub fo