On Wed Jul 25 08:49:12 2012, masak wrote:
> $ cat foo
> class A {
> has %!x;
>
> method m {
> sub foo {
> }
>
> %!x<bar> = 42;
> }
> }
>
> $ nom foo
> ===SORRY!===
> CHECK FAILED:
> Undefined routine '&x' called (line 8)
>
> $ nom -v
> This is perl6 version 2012.07-3-g81328c3 built on parrot 4.5.0
> revision RELEASE_4_5_0
>
> Been a while since any of us found a closing-brace-newlines-related
> parsing bug. Let's hope this is the last one. :/
Both variants here are tested:
S02-lexical-conventions/sub-block-parsing.t
integration/weird-errors.t
--
Will "Coke" Coleda