# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #114256]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=114256 >


$ 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. :/

Reply via email to